Home
last modified time | relevance | path

Searched refs:file_not_found (Results 1 – 13 of 13) sorted by relevance

/NextBSD/contrib/jansson/test/suites/api/
HDtest_load.c12 static void file_not_found() in file_not_found() function
179 file_not_found(); in run_tests()
/NextBSD/contrib/llvm/tools/llvm-cxxdump/
HDError.cpp27 case cxxdump_error::file_not_found: in message()
HDError.h24 file_not_found, enumerator
HDllvm-cxxdump.cpp532 reportError(File, cxxdump_error::file_not_found); in dumpInput()
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDError.h24 file_not_found, enumerator
HDError.cpp34 case readobj_error::file_not_found: in message()
HDllvm-readobj.cpp370 reportError(File, readobj_error::file_not_found); in dumpInput()
/NextBSD/contrib/llvm/lib/Support/
HDFileOutputBuffer.cpp45 case sys::fs::file_type::file_not_found: in create()
HDPath.cpp846 return status_known(status) && status.type() != file_type::file_not_found; in exists()
/NextBSD/contrib/llvm/include/llvm/Support/
HDFileSystem.h55 file_not_found, enumerator
/NextBSD/contrib/llvm/lib/Support/Unix/
HDPath.inc348 Result = file_status(file_type::file_not_found);
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDVirtualFileSystem.cpp63 return isStatusKnown() && Type != file_type::file_not_found; in exists()
/NextBSD/contrib/llvm/lib/Support/Windows/
HDPath.inc392 Result = file_status(file_type::file_not_found);