HomeSort by relevance Sort by last modified time
    Searched refs:file_not_found (Results 1 - 3 of 3) 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::_
  /external/llvm/lib/Support/
PathV2.cpp 635 return status_known(status) && status.type() != file_type::file_not_found;

Completed in 559 milliseconds