HomeSort by relevance Sort by last modified time
    Searched refs:DumpDirMounted (Results 1 - 4 of 4) sorted by null

  /system/core/crash_reporter/
kernel_collector_test.h 27 MOCK_METHOD0(DumpDirMounted, bool());
kernel_collector.h 77 virtual bool DumpDirMounted();
kernel_collector.cc 267 bool KernelCollector::DumpDirMounted() {
295 if (!DumpDirMounted()) {
kernel_collector_test.cc 126 EXPECT_CALL(collector_, DumpDirMounted()).WillOnce(::testing::Return(true));

Completed in 92 milliseconds