Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/tools/llvm-cxxdump/
DError.cpp29 case cxxdump_error::file_not_found: in message()
DError.h23 file_not_found, enumerator
/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()
/external/llvm-project/llvm/lib/Support/
DFileOutputBuffer.cpp194 case fs::file_type::file_not_found: in create()
DFileCollector.cpp173 if (Stat.type() == sys::fs::file_type::file_not_found) in copyFiles()
DPath.cpp1076 return status_known(status) && status.type() != file_type::file_not_found; in exists()
/external/llvm-project/llvm/tools/split-file/
Dsplit-file.cpp164 if (status.type() != sys::fs::file_type::file_not_found && in main()
/external/scapy/scapy/layers/
Dtftp.py440 def file_not_found(self): member in TFTP_RRQ_server
443 @ATMT.action(file_not_found)
/external/llvm-project/lldb/source/Symbol/
DLocateSymbolFileMacOSX.cpp225 case file_type::file_not_found: // File doesn't exist... in LocateMacOSXFilesUsingDebugSymbols()
/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-10.0/llvm/include/llvm/Support/
DFileSystem.h68 file_not_found, enumerator
/external/llvm-project/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/unittests/Support/
DPath.cpp523 EXPECT_EQ(B.type(), fs::file_type::file_not_found); in TEST_F()
/external/llvm/lib/Support/Unix/
DPath.inc394 Result = file_status(file_type::file_not_found);

12