Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DError.h26 file_not_found, enumerator
DError.cpp35 case readobj_error::file_not_found: in message()
Dllvm-readobj.cpp252 reportError(File, readobj_error::file_not_found); in dumpInput()
/external/llvm/lib/Support/
DFileOutputBuffer.cpp43 case sys::fs::file_type::file_not_found: in create()
DPath.cpp774 return status_known(status) && status.type() != file_type::file_not_found; in exists()
/external/llvm/lib/Support/Windows/
DPath.inc231 if (EC != windows_error::file_not_found &&
408 if (EC == windows_error::file_not_found ||
423 if (ec != windows_error::file_not_found)
431 if (ec != windows_error::file_not_found)
504 if (ec != windows_error::file_not_found &&
620 if (EC == windows_error::file_not_found ||
622 Result = file_status(file_type::file_not_found);
/external/llvm/include/llvm/Support/
Dsystem_error.h836 file_not_found = 2, // ERROR_FILE_NOT_FOUND,
DFileSystem.h57 file_not_found, enumerator
/external/llvm/unittests/Support/
DPath.cpp245 EXPECT_EQ(B.type(), fs::file_type::file_not_found); in TEST_F()
/external/llvm/lib/Support/Unix/
DPath.inc469 Result = file_status(file_type::file_not_found);