Home
last modified time | relevance | path

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

/aosp12/bootable/recovery/tests/unit/
H A Dzip_test.cpp44 TemporaryFile tmp_binary; in TEST() local
45 ASSERT_NE(-1, tmp_binary.fd); in TEST()
46 ASSERT_EQ(0, ExtractEntryToFile(handle, &binary_entry, tmp_binary.fd)); in TEST()
/aosp12/frameworks/native/cmds/dumpstate/tests/
H A 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()
/aosp12/system/libziparchive/
H A Dzip_archive_test.cc628 TemporaryFile tmp_binary; in TEST() local
629 ASSERT_NE(-1, tmp_binary.fd); in TEST()
630 ASSERT_EQ(0, ExtractEntryToFile(handle, &binary_entry, tmp_binary.fd)); in TEST()