Searched refs:file_exists (Results 1 - 17 of 17) sorted by path

/freebsd-11-stable/contrib/atf/atf-c++/
H A Dutils.cpp60 atf::utils::file_exists(const std::string& path) function in class:atf::utils
H A Dutils.hpp42 bool file_exists(const std::string&);
H A Dutils_test.cpp209 ATF_TEST_CASE_WITHOUT_HEAD(file_exists); variable
210 ATF_TEST_CASE_BODY(file_exists)
214 ATF_REQUIRE( atf::utils::file_exists("test.txt"));
215 ATF_REQUIRE( atf::utils::file_exists("./test.txt"));
216 ATF_REQUIRE(!atf::utils::file_exists("./test.tx"));
217 ATF_REQUIRE(!atf::utils::file_exists("test.txt2"));
489 ATF_ADD_TEST_CASE(tcs, file_exists);
/freebsd-11-stable/contrib/atf/atf-c/
H A Dutils_test.c218 ATF_TC_WITHOUT_HEAD(file_exists); variable
219 ATF_TC_BODY(file_exists, tc)
544 ATF_TP_ADD_TC(tp, file_exists);
/freebsd-11-stable/contrib/gcc/
H A Dcollect2.c408 file_exists (const char *name)
2591 if (file_exists (lib_buf))
402 file_exists (const char *name) function
H A Dcollect2.h35 extern int file_exists (const char *);
H A Dtlink.c572 if (! file_exists (p))
/freebsd-11-stable/contrib/gdb/gdb/
H A Dhpread.c269 file_exists (char *filename)
336 if (file_exists (PXDB_SVR4))
266 file_exists (char *filename) function
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp252 if (EC && EC != llvm::errc::file_exists) {
/freebsd-11-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp603 return err.report(errc::file_exists);
778 return err.report(errc::file_exists);
796 return err.report(errc::file_exists);
855 return err.report(errc::file_exists);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp50 const bool file_exists = FileSystem::Instance().Exists(*file); local
55 if (file_exists && module_sp->GetObjectName()) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrc.h44 file_exists = int(std::errc::file_exists), member in class:llvm::errc
H A DGraphWriter.h342 if (EC == std::errc::file_exists) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp246 MAP_ERR_TO_COND(ERROR_ALREADY_EXISTS, file_exists);
261 MAP_ERR_TO_COND(ERROR_FILE_EXISTS, file_exists);
H A DLockFileManager.cpp226 if (EC != errc::file_exists) {
H A DPath.cpp188 if (EC == errc::file_exists || EC == errc::permission_denied)
208 if (EC == errc::file_exists)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc495 if (EC == errc::file_exists || EC == errc::permission_denied) {

Completed in 264 milliseconds