Home
last modified time | relevance | path

Searched refs:ERROR_ALREADY_EXISTS (Results 1 - 21 of 21) sorted by relevance

/third_party/lzma/CPP/Windows/
H A DFileDir.cpp307 C:\existFolder - ERROR_ALREADY_EXISTS
308 C:\existFolder\ - ERROR_ALREADY_EXISTS
315 \\Server\Share - ERROR_ALREADY_EXISTS
318 \\Server\Share_FAT_drive - ERROR_ALREADY_EXISTS
336 if ((!USE_MAIN_PATH || ::GetLastError() != ERROR_ALREADY_EXISTS) && USE_SUPER_PATH) in CreateDir()
371 if ((!USE_MAIN_PATH || ::GetLastError() != ERROR_ALREADY_EXISTS) && USE_SUPER_PATH) in CreateDir2()
378 if (::GetLastError() != ERROR_ALREADY_EXISTS) in CreateDir2()
388 if (::GetLastError() != ERROR_ALREADY_EXISTS) in CreateDir2()
448 if (::GetLastError() == ERROR_ALREADY_EXISTS) in CreateComplexDir()
803 SetLastError(ERROR_ALREADY_EXISTS); in CreateTempFile2()
[all...]
H A DFileMapping.h29 if (res == ERROR_ALREADY_EXISTS) in Open()
/third_party/python/PC/
H A Derrmap.h107 case ERROR_ALREADY_EXISTS: // 183 in winerror_to_errno()
/third_party/libuv/src/win/
H A Derror.c96 case ERROR_ALREADY_EXISTS: return UV_EEXIST; in uv_translate_sys_error()
H A Dfs.c1230 if (error != ERROR_ALREADY_EXISTS) { in fs__mkdtemp_func()
/third_party/node/deps/uv/src/win/
H A Derror.c96 case ERROR_ALREADY_EXISTS: return UV_EEXIST; in uv_translate_sys_error()
H A Dfs.c1296 if (error != ERROR_ALREADY_EXISTS) { in fs__mkdtemp_func()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DErrorHandling.cpp154 MAP_ERR_TO_COND(ERROR_ALREADY_EXISTS, file_exists); in mapWindowsError()
/third_party/python/Lib/multiprocessing/
H A Dshared_memory.py141 if last_error_code == _winapi.ERROR_ALREADY_EXISTS:
147 _winapi.ERROR_ALREADY_EXISTS
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DErrorHandling.cpp246 MAP_ERR_TO_COND(ERROR_ALREADY_EXISTS, file_exists); in mapWindowsError()
/third_party/gn/src/base/files/
H A Dfile_win.cc234 case ERROR_ALREADY_EXISTS: in OSErrorToFileError()
H A Dfile_util_win.cc400 if (error_code == ERROR_ALREADY_EXISTS && DirectoryExists(full_path)) { in CreateDirectoryAndGetError()
401 // This error code ERROR_ALREADY_EXISTS doesn't indicate whether we in CreateDirectoryAndGetError()
/third_party/lzma/CPP/7zip/Common/
H A DMultiOutStream.cpp295 return HRESULT_FROM_WIN32(ERROR_ALREADY_EXISTS); in CreateNewStream()
/third_party/lzma/C/Util/SfxSetup/
H A DSfxSetup.c358 if (GetLastError() != ERROR_ALREADY_EXISTS) in main()
/third_party/lzma/C/
H A D7zTypes.h101 #define ERROR_ALREADY_EXISTS 183L
115 #define ERROR_ALREADY_EXISTS EEXIST macro
/third_party/protobuf/src/google/protobuf/io/
H A Dio_win32_unittest.cc222 GetLastError() == ERROR_ALREADY_EXISTS || in CreateAllUnder()
/third_party/python/Modules/
H A Dmmapmodule.c575 /* ERROR_ALREADY_EXISTS implies that between our closing the handle above and in mmap_resize_method()
580 if (error == ERROR_ALREADY_EXISTS) { in mmap_resize_method()
H A D_winapi.c2167 WINAPI_CONSTANT(F_DWORD, ERROR_ALREADY_EXISTS); in winapi_exec()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c2672 if (err == ERROR_ALREADY_EXISTS || err == ERROR_FILE_EXISTS) { in WIN32_rename()
/third_party/openssl/apps/lib/
H A Dapps.c2665 if (err == ERROR_ALREADY_EXISTS || err == ERROR_FILE_EXISTS) { in WIN32_rename()
/third_party/sqlite/src/
H A Dsqlite3.c[all...]

Completed in 156 milliseconds