Home
last modified time | relevance | path

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

/system/core/crash_reporter/
Dkernel_collector_test.cc58 const FilePath &kcrash_file() const { return test_kcrash_; } in kcrash_file() function in KernelCollectorTest
95 ASSERT_FALSE(base::PathExists(kcrash_file())); in TEST_F()
99 WriteStringToFile(kcrash_file(), in TEST_F()
105 WriteStringToFile(kcrash_file(), "====1.1\nsomething"); in TEST_F()
110 WriteStringToFile(kcrash_file(), "\x01\x02\xfe\xff random blob"); in TEST_F()
125 WriteStringToFile(kcrash_file(), ""); in TEST_F()
258 WriteStringToFile(kcrash_file(), "====1.1\nsomething"); in SetUpSuccessfulCollect()