HomeSort by relevance Sort by last modified time
    Searched full:file_not_found (Results 1 - 21 of 21) sorted by null

  /external/llvm/tools/obj2yaml/
Error.h 20 file_not_found, member in class:llvm::obj2yaml_error
Error.cpp 29 case obj2yaml_error::file_not_found:
obj2yaml.cpp 33 return obj2yaml_error::file_not_found;
  /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:
llvm-readobj.cpp 285 reportError(File, readobj_error::file_not_found);
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
errors.py 36 FILE_NOT_FOUND = -1
checkerbase.py 166 self.HandleError(errors.FILE_NOT_FOUND, 'File not found', None)
  /external/chromium_org/third_party/closure_linter/closure_linter/
errors.py 36 FILE_NOT_FOUND = -1
checkerbase.py 166 self.HandleError(errors.FILE_NOT_FOUND, 'File not found', None)
  /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 42 case sys::fs::file_type::file_not_found:
Path.cpp 884 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/chromium_org/net/base/
net_error_list.h 41 NET_ERROR(FILE_NOT_FOUND, -6)
  /external/llvm/lib/Support/Unix/
Path.inc 408 Result = file_status(file_type::file_not_found);
  /external/llvm/unittests/Support/
Path.cpp 363 EXPECT_EQ(B.type(), fs::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 409 Result = file_status(file_type::file_not_found);
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 63 return isStatusKnown() && Type != file_type::file_not_found;
    [all...]

Completed in 1098 milliseconds