Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp283 log_main_.reset(new LogReader(pid_, LOG_ID_MAIN)); in InternalExec()
350 log_str = log_main_->GetLog(); in CheckExpectedLogStrings()
373 std::string log_str = log_main_->GetLog(); in VerifyUnexpectedLogStrings()
441 std::unique_ptr<LogReader> log_main_; member in MallocDebugSystemTest