Home
last modified time | relevance | path

Searched refs:LateInit (Results 1 – 6 of 6) sorted by relevance

/external/gwp_asan/gwp_asan/tests/
Dlate_init.cpp13 TEST(LateInit, CheckLateInitIsOK) { in TEST() argument
/external/llvm-project/compiler-rt/lib/gwp_asan/tests/
Dlate_init.cpp13 TEST(LateInit, CheckLateInitIsOK) { in TEST() argument
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_dumper.h92 virtual bool LateInit();
Dlinux_dumper.cc304 bool LinuxDumper::LateInit() { in LateInit() function in google_breakpad::LinuxDumper
Dminidump_writer.cc161 if (!dumper_->ThreadsSuspend() || !dumper_->LateInit()) in Init()
/external/google-breakpad/src/client/linux/microdump_writer/
Dmicrodump_writer.cc170 return dumper_->ThreadsSuspend() && dumper_->LateInit(); in Init()