Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DCompile_test.cpp191 static void AssertTranslations(CommandTestFixture *ctf, std::string file_name, in AssertTranslations() argument
196 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()
200 ctf->WriteFile(source_file, sTranslatableXmlContent); in AssertTranslations()
210 ASSERT_TRUE(ctf->Link({ in AssertTranslations()
211 "--manifest", ctf->GetDefaultManifest(), in AssertTranslations()