HomeSort by: relevance | last modified time | path
    Searched defs:file_exists (Results 1 - 24 of 24) sorted by relevancy

  /src/external/bsd/atf/dist/atf-c++/
utils.cpp 64 atf::utils::file_exists(const std::string& path) function in class:atf::utils
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);
  /src/external/public-domain/xz/dist/tests/
create_compress_files.c 27 && !file_exists("compress_generated_" #name)) { \
36 file_exists(const char *filename) function
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Errc.h 44 file_exists = int(std::errc::file_exists), member in class:llvm::errc
  /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/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
unix.c 1908 /* file_exists()-- Returns nonzero if the current filename exists on
1912 file_exists (const char *file, gfc_charlen_type file_len) function
  /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/dist/libstdc++-v3/config/os/mingw32/
error_constants.h 63 file_exists = EEXIST, member in class:errc
  /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
unix.c 1909 /* file_exists()-- Returns nonzero if the current filename exists on
1913 file_exists (const char *file, gfc_charlen_type file_len) function
  /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.old/dist/libstdc++-v3/config/os/mingw32/
error_constants.h 63 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/gpl3/gcc.old/dist/lto-plugin/
lto-plugin.c 865 file_exists (const char *name) function
876 if (save_temps && file_exists (file))
  /src/crypto/external/apache2/openssl/dist/apps/
x509.c 1199 int defaultfile = 0, file_exists; local
1212 serial = load_serial(serialfile, &file_exists, create || defaultfile, NULL);
1221 if (file_exists || create)
  /src/crypto/external/bsd/openssl/dist/apps/
x509.c 1094 int defaultfile = 0, file_exists; local
1107 serial = load_serial(serialfile, &file_exists, create || defaultfile, NULL);
1116 if (file_exists || create)
  /src/crypto/external/bsd/openssl.old/dist/apps/
x509.c 919 int defaultfile = 0, file_exists; local
932 serial = load_serial(serialfile, &file_exists, create || defaultfile, NULL);
941 if (file_exists || create)
  /src/external/gpl3/gcc/dist/lto-plugin/
lto-plugin.c 910 file_exists (const char *name) function
921 if (save_temps && file_exists (file))
  /src/external/gpl3/gcc/dist/gcc/
collect2.cc 426 file_exists (const char *name)
1834 if (save_temps && file_exists (file))
2980 if (file_exists (lib_buf))
422 file_exists (const char *name) function
  /src/external/gpl3/gcc.old/dist/gcc/
collect2.cc 426 file_exists (const char *name)
1830 if (save_temps && file_exists (file))
2976 if (file_exists (lib_buf))
422 file_exists (const char *name) function

Completed in 40 milliseconds