Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/cmd/
H A DLink_test.cpp39 ASSERT_TRUE(CompileFile(GetTestPath("res/xml/test.xml"), R"(<Item AgentCode="007"/>)", in TEST_F()
66 ASSERT_TRUE(CompileFile(GetTestPath("res/xml/test.xml"), R"(<Item AgentCode="007"/>)", in TEST_F()
146 ASSERT_TRUE(CompileFile(GetTestPath("res/raw/testtxt"), content, compiled_files_dir, &diag)); in TEST_F()
147 ASSERT_TRUE(CompileFile(GetTestPath("res/raw/test.txt"), content, compiled_files_dir, &diag)); in TEST_F()
148 ASSERT_TRUE(CompileFile(GetTestPath("res/raw/test1.hello.txt"), content, compiled_files_dir, in TEST_F()
150 ASSERT_TRUE(CompileFile(GetTestPath("res/raw/test2.goodbye.xml"), content, compiled_files_dir, in TEST_F()
190 ASSERT_TRUE(CompileFile(GetTestPath("res/values/values.xml"), in TEST_F()
197 ASSERT_TRUE(CompileFile(GetTestPath("res/values/values-override.xml"), in TEST_F()
233 ASSERT_TRUE(CompileFile(GetTestPath("res/values/values.xml"), in TEST_F()
240 ASSERT_TRUE(CompileFile(GetTestPath("res/values/values-override.xml"), in TEST_F()
[all …]
H A DConvert_test.cpp38 ASSERT_TRUE(CompileFile(GetTestPath("res/xml/test.xml"), R"(<Item AgentCode="007"/>)", in TEST_F()
75 ASSERT_TRUE(CompileFile(GetTestPath("res/xml/test.xml"), R"(<Item AgentCode="007"/>)", in TEST_F()
156 ASSERT_TRUE(CompileFile(GetTestPath("res/values/values.xml"), in TEST_F()
H A DCompile.cpp563 static bool CompileFile(IAaptContext* context, const CompileOptions& options, in CompileFile() function
680 auto compile_func = &CompileFile; in Compile()
705 if (compile_func != &CompileFile && !options.legacy_mode in Compile()
/aosp14/frameworks/base/tools/aapt2/process/
H A DSymbolTable_test.cpp86 ASSERT_TRUE(CompileFile(GetTestPath("res/values/values.xml"), in TEST_F()
105 ASSERT_TRUE(CompileFile(GetTestPath("res/values/values.xml"), in TEST_F()
/aosp14/frameworks/base/tools/aapt2/test/
H A DFixture.h75 bool CompileFile(const std::string& path, const std::string& contents,
H A DFixture.cpp93 bool CommandTestFixture::CompileFile(const std::string& path, const std::string& contents, in CompileFile() function in aapt::CommandTestFixture