/external/llvm/tools/obj2yaml/ |
Error.h | 20 file_not_found, member in class:llvm::obj2yaml_error
|
Error.cpp | 31 case obj2yaml_error::file_not_found:
|
/external/llvm/tools/llvm-cxxdump/ |
Error.cpp | 27 case cxxdump_error::file_not_found:
|
Error.h | 24 file_not_found, member in class:llvm::cxxdump_error
|
/external/llvm/tools/llvm-readobj/ |
Error.h | 24 file_not_found, member in class:llvm::readobj_error
|
Error.cpp | 34 case readobj_error::file_not_found:
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
runner_test.py | 57 err.code is errors.FILE_NOT_FOUND and
|
errors.py | 35 FILE_NOT_FOUND = -1
|
runner.py | 114 error.Error(errors.FILE_NOT_FOUND, 'File not found'))
|
/external/emma/core/java12/com/vladium/util/exception/ |
AbstractException.java | 55 * throw new AbstractException ("FILE_NOT_FOUND", new Object[] {file, e}, e); 60 * FILE_NOT_FOUND: file {0} could not be opened: {1}
|
AbstractRuntimeException.java | 55 * throw new AbstractRuntimeException ("FILE_NOT_FOUND", new Object[] {file, e}, e); 60 * FILE_NOT_FOUND: file {0} could not be opened: {1}
|
/external/llvm/lib/Support/ |
FileOutputBuffer.cpp | 44 case sys::fs::file_type::file_not_found:
|
Path.cpp | 901 return status_known(status) && status.type() != file_type::file_not_found;
|
/ndk/sources/host-tools/make-3.81/w32/subproc/ |
sub_proc.c | 417 int file_not_found=0; local 446 file_not_found++; 496 if (file_not_found) 517 if ((shell_name) || (file_not_found)) {
|
/external/google-breakpad/src/tools/windows/converter/ |
ms_symbol_server_converter.cc | 301 // If the error is FILE_NOT_FOUND but none of the known error
|
/external/llvm/lib/Support/Unix/ |
Path.inc | 353 Result = file_status(file_type::file_not_found);
|
/external/llvm/include/llvm/Support/ |
FileSystem.h | 55 file_not_found, member in class:llvm::sys::fs::file_type
|
/external/llvm/lib/Support/Windows/ |
Path.inc | 417 Result = file_status(file_type::file_not_found);
|
/external/llvm/unittests/Support/ |
Path.cpp | 522 EXPECT_EQ(B.type(), fs::file_type::file_not_found); [all...] |
/external/clang/lib/Basic/ |
VirtualFileSystem.cpp | 84 return isStatusKnown() && Type != file_type::file_not_found; [all...] |