Searched refs:CompileCommand (Results 1 – 5 of 5) sorted by relevance
51 class CompileCommand : public Command {53 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()305 CompileCommand(&diag).Execute({ in TEST_F()313 CompileCommand(&diag).Execute({ in TEST_F()
752 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()