OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOG_GLE
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/webrtc/base/
win32window.cc
44
LOG_GLE
(LS_ERROR) << "GetModuleHandleEx failed";
57
LOG_GLE
(LS_ERROR) << "RegisterClassEx failed";
logging.h
29
//
LOG_GLE
(M)(sev [, mod]) attempt to add a string description of the
314
#define
LOG_GLE
(sev) \
321
LOG_GLE
(sev)
thread.cc
302
LOG_GLE
(LS_ERROR) << "When unwrapping thread, failed to close handle.";
583
LOG_GLE
(LS_ERROR) << "Unable to get handle to thread.";
win32filesystem.cc
253
LOG_GLE
(LS_ERROR) << "Failed to move file";
431
LOG_GLE
(LS_ERROR) << "::GetCurrentDirectory() failed";
win32socketserver.cc
721
LOG_GLE
(LS_ERROR) << "Failed to create message window.";
772
LOG_GLE
(LS_ERROR) << "GetMessage failed.";
win32regkey.cc
1089
LOG_GLE
(LS_ERROR) << "AdjustTokenPrivileges failed";
1092
LOG_GLE
(LS_ERROR) << "LookupPrivilegeValue failed";
1096
LOG_GLE
(LS_ERROR) << "OpenProcessToken(GetCurrentProcess) failed";
systeminfo.cc
369
LOG_GLE
(LS_WARNING) << "GlobalMemoryStatusEx failed.";
network_unittest.cc
24
#include "webrtc/base/logging.h" // For
LOG_GLE
129
if (success)
LOG_GLE
(LS_ERROR) << "Socket bind failed.";
proxydetect.cc
805
LOG_GLE
(INFO) << "InternetGetProxyInfo";
[
all
...]
/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
logging.h
210
#define
LOG_GLE
(sev) LOG_GLE_EX(sev, GetLastError())
213
#define LOG_ERR(sev)
LOG_GLE
(sev)
Completed in 242 milliseconds