Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/cmd/
H A DConvert_test.cpp37 const std::string compiled_files_dir = GetTestPath("compiled"); in TEST_F()
41 const std::string out_apk = GetTestPath("out.apk"); in TEST_F()
51 const std::string out_convert_apk = GetTestPath("out_convert.apk"); in TEST_F()
74 const std::string compiled_files_dir = GetTestPath("compiled"); in TEST_F()
78 const std::string out_apk = GetTestPath("out.apk"); in TEST_F()
88 const std::string out_convert_apk = GetTestPath("out_convert.apk"); in TEST_F()
155 const std::string compiled_files_dir = GetTestPath("compiled"); in TEST_F()
156 ASSERT_TRUE(CompileFile(GetTestPath("res/values/values.xml"), in TEST_F()
170 std::string resource_config_path = GetTestPath("resource-config"); in TEST_F()
173 const std::string proto_apk = GetTestPath("proto.apk"); in TEST_F()
[all …]
H A DLink_test.cpp42 const std::string out_apk = GetTestPath("out.apk"); in TEST_F()
69 const std::string out_apk = GetTestPath("out.apk"); in TEST_F()
97 WriteFile(GetTestPath("assets/testtxt"), content); in TEST_F()
98 WriteFile(GetTestPath("assets/testtxt2"), content); in TEST_F()
99 WriteFile(GetTestPath("assets/test.txt"), content); in TEST_F()
103 const std::string out_apk = GetTestPath("out.apk"); in TEST_F()
111 "-A", GetTestPath("assets") in TEST_F()
153 const std::string out_apk = GetTestPath("out.apk"); in TEST_F()
206 const std::string out_apk = GetTestPath("out.apk"); in TEST_F()
249 const std::string out_apk = GetTestPath("out.apk"); in TEST_F()
[all …]
H A DApkInfo_test.cpp51 auto out_info_path = GetTestPath("apk_info.pb"); in TEST_F()
65 auto out_info_path = GetTestPath("apk_info.pb"); in TEST_F()
H A DCompile_test.cpp196 const std::string source_file = ctf->GetTestPath("/res/values/" + file_name + ".xml"); in AssertTranslations()
197 const std::string compiled_files_dir = ctf->GetTestPath("/compiled_" + file_name); in AssertTranslations()
198 const std::string out_apk = ctf->GetTestPath("/" + file_name + ".apk"); in AssertTranslations()
260 const std::string path_values_colors = GetTestPath("values/colors.xml"); in TEST_F()
265 const std::string path_layout_layout_one = GetTestPath("layout/layout_one.xml"); in TEST_F()
/aosp14/frameworks/base/tools/aapt2/process/
H A DSymbolTable_test.cpp85 const std::string static_lib_compiled_files_dir = GetTestPath("static-lib-compiled"); in TEST_F()
86 ASSERT_TRUE(CompileFile(GetTestPath("res/values/values.xml"), in TEST_F()
93 const std::string static_lib_apk = GetTestPath("static_lib.apk"); in TEST_F()
104 const std::string app_compiled_files_dir = GetTestPath("app-compiled"); in TEST_F()
105 ASSERT_TRUE(CompileFile(GetTestPath("res/values/values.xml"), in TEST_F()
112 const std::string out_apk = GetTestPath("out.apk"); in TEST_F()
/aosp14/frameworks/base/tools/aapt2/format/
H A DArchive_test.cpp90 std::string output_path = GetTestPath("output"); in TEST_F()
112 std::string output_path = GetTestPath("output"); in TEST_F()
138 std::string output_path = GetTestPath("output"); in TEST_F()
150 std::string output_path = GetTestPath("output.apk"); in TEST_F()
172 std::string output_path = GetTestPath("output.apk"); in TEST_F()
198 std::string output_path = GetTestPath("output.apk"); in TEST_F()
/aosp14/frameworks/base/tools/aapt2/test/
H A DFixture.h51 std::string GetTestPath(android::StringPiece path) { in GetTestPath() function
H A DFixture.cpp141 const std::string manifest_file = GetTestPath("AndroidManifest.xml");