Searched refs:bugreport_txt_name (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/cmds/dumpstate/tests/ |
D | dumpstate_smoke_test.cpp | 75 std::string bugreport_txt_name; in ExtractBugreport() local 76 bugreport_txt_name.resize(main_entry.uncompressed_length); in ExtractBugreport() 77 ExtractToMemory(*handle, &main_entry, reinterpret_cast<uint8_t*>(bugreport_txt_name.data()), in ExtractBugreport() 82 GetEntry(*handle, bugreport_txt_name, &entry); in ExtractBugreport() 277 std::string bugreport_txt_name; in TEST_F() local 278 bugreport_txt_name.resize(main_entry.uncompressed_length); in TEST_F() 279 ExtractToMemory(handle, &main_entry, reinterpret_cast<uint8_t*>(bugreport_txt_name.data()), in TEST_F() 283 FileExists(bugreport_txt_name.c_str(), 1000000U); in TEST_F()
|
D | dumpstate_test.cpp | 1076 std::string bugreport_txt_name; in TEST_F() local 1077 bugreport_txt_name.resize(entry.uncompressed_length); in TEST_F() 1078 ExtractToMemory(handle_, &entry, reinterpret_cast<uint8_t*>(bugreport_txt_name.data()), in TEST_F() 1080 EXPECT_THAT(bugreport_txt_name, in TEST_F() 1082 VerifyEntry(handle_, bugreport_txt_name, &entry); in TEST_F()
|