Searched refs:RunCommand (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/localize/
H A DPerforce.h12 static int RunCommand(const string& cmd, string* result, bool printOnFailure);
H A DPerforce_test.cpp8 int err = Perforce::RunCommand("p4 help csommands", &result, true);
H A DPerforce.cpp19 Perforce::RunCommand(const string& cmd, string* result, bool printOnFailure) function in class:Perforce
26 log_printf("Perforce::RunCommand: %s\n", cmd.c_str());
114 err = RunCommand(cmd.str(), &text, printOnFailure);
150 return RunCommand(cmd.str(), result, printOnFailure);
159 err = RunCommand("p4 changes -m 1 \\#have", &text, printOnFailure);
189 return Perforce::RunCommand(cmd.str(), &text, printOnFailure);
218 err = RunCommand(cmd, &text, printOnFailure);

Completed in 232 milliseconds