HomeSort by relevance Sort by last modified time
    Searched defs:CheckHasCapacity (Results 1 - 2 of 2) sorted by null

  /system/core/crash_reporter/
crash_collector_test.cc 60 bool CheckHasCapacity();
122 bool CrashCollectorTest::CheckHasCapacity() {
126 bool has_capacity = collector_.CheckHasCapacity(test_dir_.path());
137 EXPECT_TRUE(CheckHasCapacity());
144 EXPECT_TRUE(CheckHasCapacity());
151 EXPECT_FALSE(CheckHasCapacity());
160 EXPECT_TRUE(CheckHasCapacity());
163 EXPECT_FALSE(CheckHasCapacity());
170 EXPECT_TRUE(CheckHasCapacity());
175 EXPECT_TRUE(CheckHasCapacity());
    [all...]
crash_collector.cc 225 if (!CheckHasCapacity(*crash_directory)) {
297 bool CrashCollector::CheckHasCapacity(const FilePath &crash_directory) {

Completed in 44 milliseconds