Searched refs:LateInit (Results 1 – 6 of 6) sorted by relevance
13 TEST(LateInit, CheckLateInitIsOK) { in TEST() argument
92 virtual bool LateInit();
304 bool LinuxDumper::LateInit() { in LateInit() function in google_breakpad::LinuxDumper
161 if (!dumper_->ThreadsSuspend() || !dumper_->LateInit()) in Init()
170 return dumper_->ThreadsSuspend() && dumper_->LateInit(); in Init()