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

  /external/chromium_org/base/
logging.h 754 typedef unsigned long SystemErrorCode;
756 typedef int SystemErrorCode;
761 BASE_EXPORT SystemErrorCode GetLastSystemErrorCode();
762 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code);
771 SystemErrorCode err);
779 SystemErrorCode err_;
791 SystemErrorCode err);
799 SystemErrorCode err_;
    [all...]
logging.cc 697 typedef DWORD SystemErrorCode;
700 SystemErrorCode GetLastSystemErrorCode() {
711 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) {
726 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) {
738 SystemErrorCode err)
754 SystemErrorCode err)
  /external/chromium_org/content/browser/download/
base_file.h 139 logging::SystemErrorCode os_error);
base_file.cc 276 logging::SystemErrorCode error = logging::GetLastSystemErrorCode();
285 logging::SystemErrorCode error = logging::GetLastSystemErrorCode();
330 logging::SystemErrorCode os_error) {

Completed in 82 milliseconds