Home
last modified time | relevance | path

Searched refs:file_not_found (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Support/
DFileOutputBuffer.cpp43 case sys::fs::file_type::file_not_found: in create()
DPathV2.cpp670 return status_known(status) && status.type() != file_type::file_not_found; in exists()
/external/llvm/lib/Support/Windows/
DPathV2.inc275 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);
/external/llvm/include/llvm/Support/
Dsystem_error.h836 file_not_found = 2, // ERROR_FILE_NOT_FOUND,
DFileSystem.h56 file_not_found, enumerator
/external/llvm/lib/Support/Unix/
DPathV2.inc333 result = file_status(file_type::file_not_found);