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.inc232 if (errno != errc::no_such_file_or_directory)
279 if (errno != errc::no_such_file_or_directory)
323 if (ec == errc::no_such_file_or_directory)
406 if (errno == errc::no_such_file_or_directory) {
419 return make_error_code(errc::no_such_file_or_directory);
/external/llvm/include/llvm/Support/
Dsystem_error.h551 no_such_file_or_directory = ENOENT, enumerator