Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/cmd/
H A DApkInfo_test.cpp51 auto out_info_path = GetTestPath("apk_info.pb"); in TEST_F() local
54 command.Execute({"-o", out_info_path, apk_path}, &std::cerr); in TEST_F()
59 AssertProducedAndExpectedInfo(out_info_path, expected_path); in TEST_F()
65 auto out_info_path = GetTestPath("apk_info.pb"); in TEST_F() local
68 command.Execute({"-o", out_info_path, "--include-resource-table", "--include-xml", in TEST_F()
75 AssertProducedAndExpectedInfo(out_info_path, expected_path); in TEST_F()