Searched refs:no_such_file_or_directory (Results 1 – 3 of 3) sorted by relevance
80 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);
232 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);
551 no_such_file_or_directory = ENOENT, enumerator