Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/download/internal/common/
H A Dbase_file_posix.cc25 return LogSystemError("WriteFile", errno); in MoveFileAndAdjustPermissions()
30 LogSystemError("stat", errno); in MoveFileAndAdjustPermissions()
33 return LogSystemError("Move", errno); in MoveFileAndAdjustPermissions()
39 LogSystemError("chmod", errno); in MoveFileAndAdjustPermissions()
H A Dbase_file.cc204 return LogSystemError("Write", logging::GetLastSystemErrorCode()); in WriteDataToFile()
348 return LogSystemError("Seek partial file", in CalculatePartialHash()
448 return LogSystemError("Seeking to end", error); in Open()
459 return LogSystemError("Truncating to last known offset", error); in Open()
499 DownloadInterruptReason BaseFile::LogSystemError( in LogSystemError() function in download::BaseFile
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/download/internal/common/
H A Dbase_file_posix.cc25 return LogSystemError("WriteFile", errno); in MoveFileAndAdjustPermissions()
30 LogSystemError("stat", errno); in MoveFileAndAdjustPermissions()
33 return LogSystemError("Move", errno); in MoveFileAndAdjustPermissions()
39 LogSystemError("chmod", errno); in MoveFileAndAdjustPermissions()
H A Dbase_file.cc204 return LogSystemError("Write", logging::GetLastSystemErrorCode()); in WriteDataToFile()
348 return LogSystemError("Seek partial file", in CalculatePartialHash()
448 return LogSystemError("Seeking to end", error); in Open()
459 return LogSystemError("Truncating to last known offset", error); in Open()
499 DownloadInterruptReason BaseFile::LogSystemError( in LogSystemError() function in download::BaseFile
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/download/public/common/
H A Dbase_file.h259 DownloadInterruptReason LogSystemError(const char* operation,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/download/public/common/
H A Dbase_file.h259 DownloadInterruptReason LogSystemError(const char* operation,