Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/cmd/
H A DCompile.h48 class CompileCommand : public Command {
50 explicit CompileCommand(android::IDiagnostics* diagnostic) in CompileCommand() function
H A DCompile_test.cpp53 return CompileCommand(&diag).Execute(args, &std::cerr); in TestCompile()
128 ASSERT_EQ(CompileCommand(&diag).Execute(args, &std::cerr), 0); in TEST_F()
157 ASSERT_EQ(CompileCommand(&diag).Execute(args, &std::cerr), 0); in TEST_F()
203 ASSERT_EQ(CompileCommand(&diag).Execute({ in AssertTranslations()
290 CompileCommand(&diag).Execute({ in TEST_F()
298 CompileCommand(&diag).Execute({ in TEST_F()
H A DCompile.cpp725 int CompileCommand::Action(const std::vector<std::string>& args) { in Action()
/aosp14/frameworks/base/tools/aapt2/test/
H A DFixture.cpp97 return CompileCommand(diag).Execute({path, "-o", out_dir, "-v"}, &std::cerr) == 0; in CompileFile()
/aosp14/frameworks/base/tools/aapt2/
H A DMain.cpp69 AddOptionalSubcommand(util::make_unique<CompileCommand>(diagnostics)); in MainCommand()