Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_smoke_test.cpp109 TemporaryFile tmp_binary; in ParseSections() local
110 ASSERT_NE(-1, tmp_binary.fd); in ParseSections()
111 ExtractBugreport(&handle, tmp_binary.fd); in ParseSections()
114 std::ifstream ifs(tmp_binary.path, std::ifstream::in); in ParseSections()
431 TemporaryFile tmp_binary; in TEST_F() local
432 ASSERT_NE(-1, tmp_binary.fd); in TEST_F()
433 ExtractBugreport(&handle, tmp_binary.fd); in TEST_F()
436 std::ifstream ifs(tmp_binary.path, std::ifstream::in); in TEST_F()