Home
last modified time | relevance | path

Searched refs:lastError (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/port/win/
Denv_win.cc115 auto lastError = GetLastError(); in DeleteFile() local
170 auto lastError = GetLastError(); in NewSequentialFile() local
207 auto lastError = GetLastError(); in NewRandomAccessFile() local
237 lastError); in NewRandomAccessFile()
253 lastError); in NewRandomAccessFile()
327 auto lastError = GetLastError(); in OpenWritableFile() local
341 lastError); in OpenWritableFile()
394 auto lastError = GetLastError(); in NewRandomRWFile() local
477 lastError); in NewMemoryMappedFileBuffer()
534 switch (lastError) { in FileExists()
[all …]
Dio_win.cc95 auto lastError = GetLastError(); in pwrite() local
97 lastError); in pwrite()
128 auto lastError = GetLastError(); in pread() local
132 lastError); in pread()
153 auto lastError = GetLastError(); in fallocate() local
172 lastError); in ftruncate()
597 lastError); in Read()
646 lastError); in Skip()
795 lastError); in AppendImpl()
876 lastError); in CloseImpl()
[all …]
Dxpress_win.cc87 auto lastError = GetLastError(); in Compress() local
89 if (lastError != ERROR_INSUFFICIENT_BUFFER) { in Compress()
93 lastError << std::endl; in Compress()
172 auto lastError = GetLastError(); in Decompress() local
174 if (lastError != ERROR_INSUFFICIENT_BUFFER) { in Decompress()
178 << lastError << std::endl; in Decompress()
Dwin_logger.cc67 auto lastError = GetLastError(); in CloseInternal() local
69 lastError); in CloseInternal()
74 auto lastError = GetLastError(); in CloseInternal() local
76 lastError); in CloseInternal()
Dport_win.cc231 auto lastError = GetLastError(); in Truncate() local
232 if (lastError == ERROR_FILE_NOT_FOUND) { in Truncate()
234 } else if (lastError == ERROR_ACCESS_DENIED) { in Truncate()
Dwin_thread.cc134 auto lastError = GetLastError(); in join() local
136 throw std::system_error(static_cast<int>(lastError), in join()