Home
last modified time | relevance | path

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

12

/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/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/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileOutputBuffer.cpp190 case fs::file_type::file_not_found: in create()
DPath.cpp1049 return status_known(status) && status.type() != file_type::file_not_found; in exists()
DVirtualFileSystem.cpp107 return isStatusKnown() && 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-subzero/include/llvm/Support/
DFileSystem.h57 file_not_found, enumerator
/external/llvm/include/llvm/Support/
DFileSystem.h58 file_not_found, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileSystem.h68 file_not_found, enumerator
/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DPath.inc691 Result = file_status(file_type::file_not_found);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DPath.inc698 Result = file_status(file_type::file_not_found);
/external/libabigail/tests/data/test-read-dwarf/
Dtest9-pr18818-clang.so.abi3327 <enumerator name='file_not_found' value='1'/>

12