Searched defs:SystemErrorCode (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/
H A Dlogging.cc697 typedef DWORD SystemErrorCode; typedef in namespace:logging
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)
H A Dlogging.h754 typedef unsigned long SystemErrorCode; typedef in namespace:logging
756 typedef int SystemErrorCode; typedef in namespace:logging
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_;

Completed in 76 milliseconds