HomeSort by relevance Sort by last modified time
    Searched refs:ERROR_LOCK_VIOLATION (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/net/base/
net_errors_win.cc 77 case ERROR_LOCK_VIOLATION: // The process cannot access the file because
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stierr.h 30 #define STIERR_DEVICE_LOCKED MAKE_HRESULT(SEVERITY_ERROR,FACILITY_WIN32,ERROR_LOCK_VIOLATION)
error.h 38 #define ERROR_LOCK_VIOLATION 33
winerror.h 77 #define ERROR_LOCK_VIOLATION __MSABI_LONG(33)
    [all...]
  /external/chromium_org/base/json/
json_file_value_serializer.cc 51 if (error == ERROR_SHARING_VIOLATION || error == ERROR_LOCK_VIOLATION) {
  /external/llvm/lib/Support/
ErrorHandling.cpp 175 MAP_ERR_TO_COND(ERROR_LOCK_VIOLATION, no_lock_available);
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 284 { ERROR_LOCK_VIOLATION, EACCES },
  /external/fio/os/windows/
posix.c 65 case ERROR_LOCK_VIOLATION: return EACCES;
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 983 milliseconds