HomeSort by relevance Sort by last modified time
    Searched refs:ERROR_ALREADY_EXISTS (Results 1 - 25 of 35) sorted by null

1 2

  /ndk/sources/host-tools/sed-4.2.1/lib/
rename.c 52 if (error == ERROR_FILE_EXISTS || error == ERROR_ALREADY_EXISTS)
103 case ERROR_ALREADY_EXISTS:
  /external/chromium_org/chrome/browser/
browser_util_win.cc 30 return (error == ERROR_ALREADY_EXISTS || error == ERROR_ACCESS_DENIED);
process_singleton_win.cc 437 error == ERROR_ALREADY_EXISTS) << "Lock file exists but is writable.";
  /external/chromium_org/chrome/common/
multi_process_lock_win.cc 35 if (event_.Get() && GetLastError() != ERROR_ALREADY_EXISTS) {
service_process_util_win.cc 128 if ((error == ERROR_ALREADY_EXISTS) || (error == ERROR_ACCESS_DENIED))
  /external/chromium_org/net/base/
net_errors_win.cc 99 case ERROR_ALREADY_EXISTS: // Cannot create a file when that file
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
logging.cc 54 if (fd != kIllegalRawFD && GetLastError() == ERROR_ALREADY_EXISTS)
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
logging.cc 54 if (fd != kIllegalRawFD && GetLastError() == ERROR_ALREADY_EXISTS)
  /external/lzma/CPP/Windows/
FileMapping.h 25 if (res == ERROR_ALREADY_EXISTS)
FileDir.cpp 221 if (::GetLastError() != ERROR_ALREADY_EXISTS)
239 if (::GetLastError() != ERROR_ALREADY_EXISTS)
270 if (errorCode != ERROR_ALREADY_EXISTS)
295 if (::GetLastError() == ERROR_ALREADY_EXISTS)
341 if (::GetLastError() == ERROR_ALREADY_EXISTS)
857 if (::GetLastError() != ERROR_ALREADY_EXISTS)
896 if (::GetLastError() != ERROR_ALREADY_EXISTS)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stierr.h 35 #define STIERR_HANDLEEXISTS MAKE_HRESULT(SEVERITY_ERROR,FACILITY_WIN32,ERROR_ALREADY_EXISTS)
error.h 127 #define ERROR_ALREADY_EXISTS 183
rtm.h 17 #define ERROR_CLIENT_ALREADY_EXISTS ERROR_ALREADY_EXISTS
  /external/chromium_org/chrome_elf/create_file/
chrome_create_file.cc 275 ERROR_ALREADY_EXISTS : ERROR_SUCCESS);
278 ERROR_ALREADY_EXISTS : ERROR_SUCCESS);
  /external/chromium_org/base/memory/
shared_memory_win.cc 153 if (GetLastError() == ERROR_ALREADY_EXISTS) {
  /external/chromium_org/chrome/browser/first_run/
upgrade_util_win.cc 183 if (::GetLastError() == ERROR_ALREADY_EXISTS) {
  /external/chromium_org/net/third_party/nss/ssl/
win32err.c 274 case ERROR_ALREADY_EXISTS: prError = PR_FILE_EXISTS_ERROR; break;
  /external/llvm/lib/Support/
ErrorHandling.cpp 152 MAP_ERR_TO_COND(ERROR_ALREADY_EXISTS, file_exists);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
smbno.h 53 #define ERROR_ALREADY_EXISTS 183 /* see also 80 ? */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
smbno.h 53 #define ERROR_ALREADY_EXISTS 183 /* see also 80 ? */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 75 assert win32.GetLastError() == win32.ERROR_ALREADY_EXISTS
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 75 assert win32.GetLastError() == win32.ERROR_ALREADY_EXISTS
  /external/chromium_org/base/files/
file_win.cc 97 created_ = (ERROR_ALREADY_EXISTS != GetLastError());
file_util_win.cc 418 if (error_code == ERROR_ALREADY_EXISTS && DirectoryExists(full_path)) {
419 // This error code ERROR_ALREADY_EXISTS doesn't indicate whether we
  /external/lzma/C/Util/SfxSetup/
SfxSetup.c 329 if (GetLastError() != ERROR_ALREADY_EXISTS)

Completed in 1198 milliseconds

1 2