Searched refs:ctf (Results 1 – 1 of 1) sorted by relevance
191 static void AssertTranslations(CommandTestFixture *ctf, std::string file_name, in AssertTranslations() argument196 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()