HomeSort by: relevance | last modified time | path
    Searched refs:file_exists (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
collect2.h 28 extern int file_exists (const char *);
  /src/external/gpl3/gcc.old/dist/gcc/
collect2.h 28 extern int file_exists (const char *);
  /src/external/bsd/atf/dist/atf-c++/
utils.hpp 46 bool file_exists(const std::string&);
utils_test.cpp 213 ATF_TEST_CASE_WITHOUT_HEAD(file_exists); variable
214 ATF_TEST_CASE_BODY(file_exists)
218 ATF_REQUIRE( atf::utils::file_exists("test.txt"));
219 ATF_REQUIRE( atf::utils::file_exists("./test.txt"));
220 ATF_REQUIRE(!atf::utils::file_exists("./test.tx"));
221 ATF_REQUIRE(!atf::utils::file_exists("test.txt2"));
465 ATF_ADD_TEST_CASE(tcs, file_exists);
utils.cpp 64 atf::utils::file_exists(const std::string& path) function in class:atf::utils
  /src/external/public-domain/xz/dist/tests/
create_compress_files.c 23 if (!file_exists("compress_generated_" #name)) { \
32 file_exists(const char *filename) function
  /src/external/bsd/kyua-cli/dist/engine/
testers_test.cpp 295 ATF_REQUIRE(atf::utils::file_exists(engine::tester_path("atf").str()));
296 ATF_REQUIRE(atf::utils::file_exists(engine::tester_path("plain").str()));
310 ATF_REQUIRE(atf::utils::file_exists(mock1.str()));
314 ATF_REQUIRE(atf::utils::file_exists(mock2.str()));
329 ATF_REQUIRE(atf::utils::file_exists(mock.str()));
331 ATF_REQUIRE(!atf::utils::file_exists(mock.str()));
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Errc.h 44 file_exists = int(std::errc::file_exists), member in class:llvm::errc
GraphWriter.h 338 if (EC == std::errc::file_exists) {
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
error_constants.h 63 file_exists = EEXIST, member in class:errc
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/
error_constants.h 63 file_exists = EEXIST, member in class:errc
  /src/external/gpl3/gcc/dist/libgfortran/io/
unix.h 147 extern int file_exists (const char *file, gfc_charlen_type file_len);
148 internal_proto(file_exists); variable
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
unix.h 147 extern int file_exists (const char *file, gfc_charlen_type file_len);
148 internal_proto(file_exists); variable
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/
error_constants.h 65 file_exists = EEXIST, member in class:errc
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/
error_constants.h 65 file_exists = EEXIST, member in class:errc
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
error_constants.h 65 file_exists = EEXIST, member in class:errc
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
error_constants.h 65 file_exists = EEXIST, member in class:errc
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
error_constants.h 65 file_exists = EEXIST, member in class:errc
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
error_constants.h 65 file_exists = EEXIST, member in class:errc
  /src/external/apache2/llvm/dist/llvm/lib/Support/
ErrorHandling.cpp 249 MAP_ERR_TO_COND(ERROR_ALREADY_EXISTS, file_exists);
264 MAP_ERR_TO_COND(ERROR_FILE_EXISTS, file_exists);
LockFileManager.cpp 226 if (EC != errc::file_exists) {
  /src/external/bsd/atf/dist/atf-c/
utils_test.c 221 ATF_TC_WITHOUT_HEAD(file_exists); variable
222 ATF_TC_BODY(file_exists, tc)
511 ATF_TP_ADD_TC(tp, file_exists);
  /src/external/apache2/llvm/dist/llvm/tools/split-file/
split-file.cpp 171 ec.value() != static_cast<int>(std::errc::file_exists))
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
ops-common.h 501 ec = std::make_error_code(std::errc::file_exists);
520 ec = std::make_error_code(std::errc::file_exists);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
ops-common.h 437 ec = std::make_error_code(std::errc::file_exists);
456 ec = std::make_error_code(std::errc::file_exists);

Completed in 37 milliseconds

1 2