Home
last modified time | relevance | path

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

/system/core/crash_reporter/
Dcrash_collector_test.cc60 bool CheckHasCapacity();
122 bool CrashCollectorTest::CheckHasCapacity() { in CheckHasCapacity() function in CrashCollectorTest
126 bool has_capacity = collector_.CheckHasCapacity(test_dir_.path()); in CheckHasCapacity()
137 EXPECT_TRUE(CheckHasCapacity()); in TEST_F()
144 EXPECT_TRUE(CheckHasCapacity()); in TEST_F()
151 EXPECT_FALSE(CheckHasCapacity()); in TEST_F()
160 EXPECT_TRUE(CheckHasCapacity()); in TEST_F()
163 EXPECT_FALSE(CheckHasCapacity()); in TEST_F()
170 EXPECT_TRUE(CheckHasCapacity()); in TEST_F()
175 EXPECT_TRUE(CheckHasCapacity()); in TEST_F()
[all …]
Dcrash_collector.cc225 if (!CheckHasCapacity(*crash_directory)) { in GetCreatedCrashDirectoryByEuid()
297 bool CrashCollector::CheckHasCapacity(const FilePath &crash_directory) { in CheckHasCapacity() function in CrashCollector
Dcrash_collector.h123 bool CheckHasCapacity(const base::FilePath &crash_directory);