Searched refs:lastError (Results 1 – 6 of 6) sorted by relevance
115 auto lastError = GetLastError(); in DeleteFile() local170 auto lastError = GetLastError(); in NewSequentialFile() local207 auto lastError = GetLastError(); in NewRandomAccessFile() local237 lastError); in NewRandomAccessFile()253 lastError); in NewRandomAccessFile()327 auto lastError = GetLastError(); in OpenWritableFile() local341 lastError); in OpenWritableFile()394 auto lastError = GetLastError(); in NewRandomRWFile() local477 lastError); in NewMemoryMappedFileBuffer()534 switch (lastError) { in FileExists()[all …]
95 auto lastError = GetLastError(); in pwrite() local97 lastError); in pwrite()128 auto lastError = GetLastError(); in pread() local132 lastError); in pread()153 auto lastError = GetLastError(); in fallocate() local172 lastError); in ftruncate()597 lastError); in Read()646 lastError); in Skip()795 lastError); in AppendImpl()876 lastError); in CloseImpl()[all …]
87 auto lastError = GetLastError(); in Compress() local89 if (lastError != ERROR_INSUFFICIENT_BUFFER) { in Compress()93 lastError << std::endl; in Compress()172 auto lastError = GetLastError(); in Decompress() local174 if (lastError != ERROR_INSUFFICIENT_BUFFER) { in Decompress()178 << lastError << std::endl; in Decompress()
67 auto lastError = GetLastError(); in CloseInternal() local69 lastError); in CloseInternal()74 auto lastError = GetLastError(); in CloseInternal() local76 lastError); in CloseInternal()
231 auto lastError = GetLastError(); in Truncate() local232 if (lastError == ERROR_FILE_NOT_FOUND) { in Truncate()234 } else if (lastError == ERROR_ACCESS_DENIED) { in Truncate()
134 auto lastError = GetLastError(); in join() local136 throw std::system_error(static_cast<int>(lastError), in join()