Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_smoke_test.cpp73 ZipEntry main_entry; in ExtractBugreport() local
74 GetEntry(*handle, "main_entry.txt", &main_entry); in ExtractBugreport()
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()
78 main_entry.uncompressed_length); in ExtractBugreport()
273 ZipEntry main_entry; in TEST_F() local
275 GetEntry(handle, "main_entry.txt", &main_entry); in TEST_F()
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()
280 main_entry.uncompressed_length); in TEST_F()
/frameworks/native/cmds/dumpstate/
Dbugreport-format.md117 main_entry = read("main_entry.txt")
120 main_entry = entries[0]