Home
last modified time | relevance | path

Searched refs:path_rnp_file_exists (Results 1 – 6 of 6) sorted by relevance

/dports/security/rnp/rnp-0.15.2/src/tests/
H A Dgeneratekey.cpp367 assert_false(path_rnp_file_exists(".rnp/pubring.gpg", NULL)); in TEST_F()
368 assert_false(path_rnp_file_exists(".rnp/secring.gpg", NULL)); in TEST_F()
374 assert_true(path_rnp_file_exists(".rnp/pubring.gpg", NULL)); in TEST_F()
375 assert_true(path_rnp_file_exists(".rnp/secring.gpg", NULL)); in TEST_F()
441 assert_false(path_rnp_file_exists(".rnp/pubring.kbx", NULL)); in TEST_F()
442 assert_false(path_rnp_file_exists(".rnp/secring.kbx", NULL)); in TEST_F()
443 assert_false(path_rnp_file_exists(".rnp/pubring.gpg", NULL)); in TEST_F()
444 assert_false(path_rnp_file_exists(".rnp/secring.gpg", NULL)); in TEST_F()
448 assert_true(path_rnp_file_exists(".rnp/pubring.kbx", NULL)); in TEST_F()
449 assert_true(path_rnp_file_exists(".rnp/secring.kbx", NULL)); in TEST_F()
[all …]
H A Dsupport.h101 int path_rnp_file_exists(const char *first, ...);
H A Dsupport.cpp160 path_rnp_file_exists(const char *first, ...) in path_rnp_file_exists() function
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/tests/
H A Dgeneratekey.cpp419 assert_false(path_rnp_file_exists(".rnp/pubring.gpg", NULL)); in TEST_F()
420 assert_false(path_rnp_file_exists(".rnp/secring.gpg", NULL)); in TEST_F()
426 assert_true(path_rnp_file_exists(".rnp/pubring.gpg", NULL)); in TEST_F()
427 assert_true(path_rnp_file_exists(".rnp/secring.gpg", NULL)); in TEST_F()
493 assert_false(path_rnp_file_exists(".rnp/pubring.kbx", NULL)); in TEST_F()
494 assert_false(path_rnp_file_exists(".rnp/secring.kbx", NULL)); in TEST_F()
495 assert_false(path_rnp_file_exists(".rnp/pubring.gpg", NULL)); in TEST_F()
496 assert_false(path_rnp_file_exists(".rnp/secring.gpg", NULL)); in TEST_F()
500 assert_true(path_rnp_file_exists(".rnp/pubring.kbx", NULL)); in TEST_F()
501 assert_true(path_rnp_file_exists(".rnp/secring.kbx", NULL)); in TEST_F()
[all …]
H A Dsupport.h103 int path_rnp_file_exists(const char *first, ...);
H A Dsupport.cpp159 path_rnp_file_exists(const char *first, ...) in path_rnp_file_exists() function