Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-cxxdump/
DError.cpp30 case cxxdump_error::file_not_found: in message()
DError.h24 file_not_found, enumerator
/external/llvm/tools/llvm-readobj/
DError.h24 file_not_found, enumerator
DError.cpp37 case readobj_error::file_not_found: in message()
/external/llvm/tools/obj2yaml/
DError.cpp34 case obj2yaml_error::file_not_found: in message()
DError.h22 file_not_found, enumerator
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DPathV2.inc282 if (ec != windows_error::file_not_found)
290 if (ec != windows_error::file_not_found)
353 if (ec != windows_error::file_not_found &&
512 if (ec == windows_error::file_not_found ||
514 result = file_status(file_type::file_not_found);
/external/llvm/lib/Support/
DFileOutputBuffer.cpp44 case sys::fs::file_type::file_not_found: in create()
DPath.cpp929 return status_known(status) && status.type() != file_type::file_not_found; in exists()
/external/scapy/scapy/layers/
Dtftp.py440 def file_not_found(self): member in TFTP_RRQ_server
443 @ATMT.action(file_not_found)
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DFileSystem.h48 file_not_found, enumerator
Dsystem_error.h841 file_not_found = 2, // ERROR_FILE_NOT_FOUND,
/external/llvm/include/llvm/Support/
DFileSystem.h58 file_not_found, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h57 file_not_found, enumerator
/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp665 return status_known(status) && status.type() != file_type::file_not_found; in exists()
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DPathV2.inc323 result = file_status(file_type::file_not_found);
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp931 return status_known(status) && status.type() != file_type::file_not_found; in exists()
/external/llvm/lib/Support/Unix/
DPath.inc394 Result = file_status(file_type::file_not_found);
/external/llvm/unittests/Support/
DPath.cpp523 EXPECT_EQ(B.type(), fs::file_type::file_not_found); in TEST_F()
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DPath.inc413 Result = file_status(file_type::file_not_found);
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DPath.inc460 Result = file_status(file_type::file_not_found);
/external/llvm/lib/Support/Windows/
DPath.inc462 Result = file_status(file_type::file_not_found);
/external/clang/lib/Basic/
DVirtualFileSystem.cpp87 return isStatusKnown() && Type != file_type::file_not_found; in exists()