Home
last modified time | relevance | path

Searched refs:no_such_file_or_directory (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Support/Windows/
Dsystem_error.inc80 MAP_ERR_TO_COND(ERROR_FILE_NOT_FOUND, no_such_file_or_directory);
99 MAP_ERR_TO_COND(ERROR_PATH_NOT_FOUND, no_such_file_or_directory);
100 MAP_ERR_TO_COND(ERROR_BAD_NETPATH, no_such_file_or_directory);
/external/llvm/lib/Support/Unix/
DPathV2.inc242 if (errno != errc::no_such_file_or_directory)
288 if (errno != errc::no_such_file_or_directory)
332 if (ec == errc::no_such_file_or_directory)
435 if (SavedErrno == errc::no_such_file_or_directory &&
451 return make_error_code(errc::no_such_file_or_directory);
/external/llvm/include/llvm/Support/
Dsystem_error.h553 no_such_file_or_directory = ENOENT, enumerator