Searched refs:CheckHasCapacity (Results 1 - 3 of 3) sorted by relevance

/system/core/crash_reporter/
H A Dcrash_collector_test.cc60 bool CheckHasCapacity();
122 bool CrashCollectorTest::CheckHasCapacity() { function in class:CrashCollectorTest
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...]
H A Dcrash_collector.h123 bool CheckHasCapacity(const base::FilePath &crash_directory);
H A Dcrash_collector.cc225 if (!CheckHasCapacity(*crash_directory)) {
297 bool CrashCollector::CheckHasCapacity(const FilePath &crash_directory) { function in class:CrashCollector

Completed in 90 milliseconds