/netbsd-src/external/bsd/kyua-cli/dist/engine/ |
H A D | testers_test.cpp | 295 ATF_REQUIRE(atf::utils::file_exists(engine::tester_path("atf").str())); in ATF_TEST_CASE_BODY() 296 ATF_REQUIRE(atf::utils::file_exists(engine::tester_path("plain").str())); in ATF_TEST_CASE_BODY() 310 ATF_REQUIRE(atf::utils::file_exists(mock1.str())); in ATF_TEST_CASE_BODY() 314 ATF_REQUIRE(atf::utils::file_exists(mock2.str())); in ATF_TEST_CASE_BODY() 329 ATF_REQUIRE(atf::utils::file_exists(mock.str())); in ATF_TEST_CASE_BODY() 331 ATF_REQUIRE(!atf::utils::file_exists(mock.str())); in ATF_TEST_CASE_BODY()
|
/netbsd-src/external/bsd/atf/dist/atf-c++/ |
H A D | utils_test.cpp | 213 ATF_TEST_CASE_WITHOUT_HEAD(file_exists); 214 ATF_TEST_CASE_BODY(file_exists) in ATF_TEST_CASE_BODY() argument 218 ATF_REQUIRE( atf::utils::file_exists("test.txt")); in ATF_TEST_CASE_BODY() 219 ATF_REQUIRE( atf::utils::file_exists("./test.txt")); in ATF_TEST_CASE_BODY() 220 ATF_REQUIRE(!atf::utils::file_exists("./test.tx")); in ATF_TEST_CASE_BODY() 221 ATF_REQUIRE(!atf::utils::file_exists("test.txt2")); in ATF_TEST_CASE_BODY() 465 ATF_ADD_TEST_CASE(tcs, file_exists); in ATF_INIT_TEST_CASES()
|
H A D | utils.hpp | 46 bool file_exists(const std::string&);
|
H A D | utils.cpp | 64 atf::utils::file_exists(const std::string& path) in file_exists() function in atf::utils
|
/netbsd-src/external/public-domain/xz/dist/tests/ |
H A D | create_compress_files.c | 23 if (!file_exists("compress_generated_" #name)) { \ 32 file_exists(const char *filename) in file_exists() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | Errc.h | 44 file_exists = int(std::errc::file_exists), enumerator
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
H A D | unix.h | 147 extern int file_exists (const char *file, gfc_charlen_type file_len); 148 internal_proto(file_exists);
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
H A D | unix.h | 147 extern int file_exists (const char *file, gfc_charlen_type file_len); 148 internal_proto(file_exists);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | collect2.h | 28 extern int file_exists (const char *);
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | collect2.h | 28 extern int file_exists (const char *);
|
/netbsd-src/external/bsd/atf/dist/atf-c/ |
H A D | utils_test.c | 221 ATF_TC_WITHOUT_HEAD(file_exists); 222 ATF_TC_BODY(file_exists, tc) in ATF_TC_BODY() argument 511 ATF_TP_ADD_TC(tp, file_exists); in ATF_TP_ADD_TCS()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | ErrorHandling.cpp | 249 MAP_ERR_TO_COND(ERROR_ALREADY_EXISTS, file_exists); in mapWindowsError() 264 MAP_ERR_TO_COND(ERROR_FILE_EXISTS, file_exists); in mapWindowsError()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | __errc | 40 file_exists, // EEXIST 137 file_exists = EEXIST,
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/ |
H A D | error_constants.h | 63 file_exists = EEXIST, in _GLIBCXX_VISIBILITY() enumerator
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/ |
H A D | error_constants.h | 63 file_exists = EEXIST, in _GLIBCXX_VISIBILITY() enumerator
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/ |
H A D | error_constants.h | 65 file_exists = EEXIST, in _GLIBCXX_VISIBILITY() enumerator
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/ |
H A D | error_constants.h | 65 file_exists = EEXIST, in _GLIBCXX_VISIBILITY() enumerator
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/ |
H A D | error_constants.h | 65 file_exists = EEXIST, in _GLIBCXX_VISIBILITY() enumerator
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/ |
H A D | error_constants.h | 65 file_exists = EEXIST, in _GLIBCXX_VISIBILITY() enumerator
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/ |
H A D | error_constants.h | 65 file_exists = EEXIST, in _GLIBCXX_VISIBILITY() enumerator
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/ |
H A D | error_constants.h | 65 file_exists = EEXIST, in _GLIBCXX_VISIBILITY() enumerator
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/ |
H A D | ops-common.h | 379 ec = std::make_error_code(std::errc::file_exists); in _GLIBCXX_VISIBILITY() 398 ec = std::make_error_code(std::errc::file_exists); in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/ |
H A D | ops-common.h | 437 ec = std::make_error_code(std::errc::file_exists); in _GLIBCXX_VISIBILITY() 456 ec = std::make_error_code(std::errc::file_exists); in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/split-file/ |
H A D | split-file.cpp | 171 ec.value() != static_cast<int>(std::errc::file_exists)) in main()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/ |
H A D | operations.cpp | 413 {ERROR_ALREADY_EXISTS, errc::file_exists}, in __win_err_to_errc() 431 {ERROR_FILE_EXISTS, errc::file_exists}, in __win_err_to_errc() 766 return err.report(errc::file_exists); in __copy() 928 return err.report(errc::file_exists); in __copy_file() 946 return err.report(errc::file_exists); in __copy_file() 1008 return err.report(errc::file_exists); in __create_directories()
|