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

  /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/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 43 case sys::fs::file_type::file_not_found:
PathV2.cpp 670 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/llvm/lib/Support/Windows/
PathV2.inc 275 if (ec != windows_error::file_not_found)
283 if (ec != windows_error::file_not_found)
356 if (ec != windows_error::file_not_found &&
489 if (ec == windows_error::file_not_found ||
491 result = file_status(file_type::file_not_found);
    [all...]
  /external/chromium/net/base/
net_error_list.h 41 NET_ERROR(FILE_NOT_FOUND, -6)
  /external/llvm/include/llvm/Support/
system_error.h 836 file_not_found = 2, // ERROR_FILE_NOT_FOUND, enumerator in enum:llvm::windows_error::_
FileSystem.h 56 file_not_found, enumerator in enum:llvm::sys::fs::file_type::_
  /external/llvm/lib/Support/Unix/
PathV2.inc 333 result = file_status(file_type::file_not_found);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h 450 #define FILE_NOT_FOUND -1
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h 450 #define FILE_NOT_FOUND -1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h 450 #define FILE_NOT_FOUND -1
    [all...]

Completed in 4621 milliseconds