HomeSort by relevance Sort by last modified time
    Searched refs:CheckHasCapacity (Results 1 - 3 of 3) 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.h 123 bool CheckHasCapacity(const base::FilePath &crash_directory);
crash_collector.cc 225 if (!CheckHasCapacity(*crash_directory)) {
297 bool CrashCollector::CheckHasCapacity(const FilePath &crash_directory) {

Completed in 78 milliseconds