Searched refs:CompileCommand (Results 1 – 5 of 5) sorted by relevance
48 class CompileCommand : public Command {50 explicit CompileCommand(android::IDiagnostics* diagnostic) in CompileCommand() function
53 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()
725 int CompileCommand::Action(const std::vector<std::string>& args) { in Action()
97 return CompileCommand(diag).Execute({path, "-o", out_dir, "-v"}, &std::cerr) == 0; in CompileFile()
69 AddOptionalSubcommand(util::make_unique<CompileCommand>(diagnostics)); in MainCommand()