Home
last modified time | relevance | path

Searched refs:rpcrt4_module_ (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/client/windows/crash_generation/
Dminidump_generator.cc262 rpcrt4_module_(NULL), in MinidumpGenerator()
297 if (rpcrt4_module_) { in ~MinidumpGenerator()
298 FreeLibrary(rpcrt4_module_); in ~MinidumpGenerator()
544 if (!rpcrt4_module_) { in GetRpcrt4Module()
545 rpcrt4_module_ = LoadLibrary(TEXT("rpcrt4.dll")); in GetRpcrt4Module()
548 return rpcrt4_module_; in GetRpcrt4Module()
Dminidump_generator.h137 HMODULE rpcrt4_module_; variable
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc160 rpcrt4_module_ = NULL; in Initialize()
238 rpcrt4_module_ = LoadLibrary(L"rpcrt4.dll"); in Initialize()
239 if (rpcrt4_module_) { in Initialize()
241 GetProcAddress(rpcrt4_module_, "UuidCreate")); in Initialize()
300 if (rpcrt4_module_) { in ~ExceptionHandler()
301 FreeLibrary(rpcrt4_module_); in ~ExceptionHandler()
Dexception_handler.h414 HMODULE rpcrt4_module_; variable