Home
last modified time | relevance | path

Searched refs:ERROR_FILE_NOT_FOUND (Results 1 - 25 of 38) sorted by relevance

12

/third_party/ninja/src/
H A Ddisk_interface.cc81 if (win_err == ERROR_FILE_NOT_FOUND || win_err == ERROR_PATH_NOT_FOUND) in StatSingleFile()
114 if (win_err == ERROR_FILE_NOT_FOUND || win_err == ERROR_PATH_NOT_FOUND || in StatAllFilesInDir()
300 if (win_err == ERROR_FILE_NOT_FOUND || win_err == ERROR_PATH_NOT_FOUND) {
318 if (win_err == ERROR_FILE_NOT_FOUND || win_err == ERROR_PATH_NOT_FOUND) {
328 if (win_err == ERROR_FILE_NOT_FOUND || win_err == ERROR_PATH_NOT_FOUND) {
H A Dsubprocess-win32.cc117 if (error == ERROR_FILE_NOT_FOUND) { in Start()
/third_party/python/PC/
H A Dpyshellext.cpp570 if (res_lm != ERROR_SUCCESS && res_lm != ERROR_FILE_NOT_FOUND) { in DllUnregisterServer()
576 if (res_cu != ERROR_SUCCESS && res_cu != ERROR_FILE_NOT_FOUND) { in DllUnregisterServer()
581 if (res_lm == ERROR_FILE_NOT_FOUND && res_cu == ERROR_FILE_NOT_FOUND) { in DllUnregisterServer()
H A Derrmap.h26 case ERROR_FILE_NOT_FOUND: // 2 in winerror_to_errno()
H A Dlauncher2.c806 if (GetLastError() == ERROR_FILE_NOT_FOUND) { in searchPath()
850 } else if (GetLastError() == ERROR_FILE_NOT_FOUND) { in _readIni()
864 } else if (GetLastError() == ERROR_FILE_NOT_FOUND) { in _readIni()
/third_party/lzma/CPP/Windows/
H A DFileMapping.h33 res = ERROR_FILE_NOT_FOUND; in Open()
H A DFileFind.cpp165 folder\ - ERROR_FILE_NOT_FOUND
166 \ - ERROR_FILE_NOT_FOUND
167 c:\ - ERROR_FILE_NOT_FOUND
168 c: - ERROR_FILE_NOT_FOUND, if current dir is ROOT ( c:\ )
181 \\Server\Share\ - ERROR_FILE_NOT_FOUND
185 \\?\UNC\Server\Share\ - ERROR_FILE_NOT_FOUND
190 e:\* - ERROR_FILE_NOT_FOUND, if there are no items in that root folder
399 C:\folderBad - ERROR_FILE_NOT_FOUND
545 ::SetLastError(ERROR_FILE_NOT_FOUND); in Find()
570 if (lastError == ERROR_FILE_NOT_FOUND in Find()
[all...]
/third_party/curl/src/
H A Dtool_filetime.c73 else if(GetLastError() != ERROR_FILE_NOT_FOUND) { in getfiletime()
/third_party/libuv/src/win/
H A Derror.c136 case ERROR_FILE_NOT_FOUND: return UV_ENOENT; in uv_translate_sys_error()
H A Dprocess.c1024 err = ERROR_FILE_NOT_FOUND; in uv_spawn()
/third_party/node/deps/cares/src/lib/
H A Dconfig-win32.h367 # define ENOENT ERROR_FILE_NOT_FOUND
/third_party/node/deps/uv/src/win/
H A Derror.c136 case ERROR_FILE_NOT_FOUND: return UV_ENOENT; in uv_translate_sys_error()
H A Dprocess.c1052 err = ERROR_FILE_NOT_FOUND; in uv_spawn()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DErrorHandling.cpp170 MAP_ERR_TO_COND(ERROR_FILE_NOT_FOUND, no_such_file_or_directory); in mapWindowsError()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DErrorHandling.cpp262 MAP_ERR_TO_COND(ERROR_FILE_NOT_FOUND, no_such_file_or_directory); in mapWindowsError()
/third_party/gn/src/base/files/
H A Dfile_win.cc237 case ERROR_FILE_NOT_FOUND: in OSErrorToFileError()
H A Dfile_util_win.cc119 return (error_code == ERROR_FILE_NOT_FOUND || in DoDeleteFile()
/third_party/skia/third_party/externals/angle2/util/windows/
H A Dtest_utils_win.cpp114 // ERROR_FILE_NOT_FOUND or ERROR_PATH_NOT_FOUND. This is useful in cases where
120 return (error_code == ERROR_FILE_NOT_FOUND || error_code == ERROR_PATH_NOT_FOUND); in ReturnSuccessOnNotFound()
/third_party/vulkan-loader/tests/framework/
H A Dtest_util.cpp34 if (status == ERROR_FILE_NOT_FOUND) return "ERROR_FILE_NOT_FOUND"; in win_api_error_str()
355 if (INVALID_FILE_ATTRIBUTES == GetFileAttributesW(folder_utf16.c_str()) && GetLastError() == ERROR_FILE_NOT_FOUND) { in delete_folder_contents()
/third_party/python/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp2853 if (res == ERROR_FILE_NOT_FOUND) { in LoadOptionalFeatureStatesFromKey()
2862 if (res == ERROR_FILE_NOT_FOUND) { in LoadOptionalFeatureStatesFromKey()
2892 if (res == ERROR_FILE_NOT_FOUND) { in LoadTargetDirFromKey()
2918 if (res == ERROR_FILE_NOT_FOUND) { in LoadAssociateFilesStateFromKey()
2926 if (res == ERROR_FILE_NOT_FOUND) { in LoadAssociateFilesStateFromKey()
/third_party/lzma/C/
H A D7zTypes.h94 #define ERROR_FILE_NOT_FOUND 2L
118 #define ERROR_FILE_NOT_FOUND ENOENT macro
/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc1247 Subprocess::Win32ErrorMessage(ERROR_FILE_NOT_FOUND)); in TEST_F()
2230 Subprocess::Win32ErrorMessage(ERROR_FILE_NOT_FOUND)); in TEST_F()
/third_party/gn/src/base/win/
H A Dregistry.cc402 if (result == ERROR_FILE_NOT_FOUND) in RegDelRecurse()
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DExtractCallback.cpp782 if (GetLastError() != ERROR_FILE_NOT_FOUND) in AskWrite()
/third_party/python/Modules/
H A D_winapi.c2031 if (err == ERROR_FILE_NOT_FOUND) { in _winapi__mimetypes_read_windows_registry_impl()
2041 if (err == ERROR_FILE_NOT_FOUND) { in _winapi__mimetypes_read_windows_registry_impl()

Completed in 31 milliseconds

12