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

  /external/llvm/include/llvm/Support/
FileSystem.h 48 file_not_found, enumerator in enum:llvm::sys::fs::file_type::_
system_error.h 841 file_not_found = 2, // ERROR_FILE_NOT_FOUND, enumerator in enum:llvm::windows_error::_
  /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/
PathV2.cpp 665 return status_known(status) && status.type() != file_type::file_not_found;

Completed in 181 milliseconds