29 int Run(
const std::string& command, std::string* output);
int Run(const std::string &command, std::string *output)
Start a process and gather its raw output.
std::string EscapeForDepfile(const std::string &path)
Wraps a synchronous execution of a CL subprocess.
void SetEnvBlock(void *env_block)
Set the environment block (as suitable for CreateProcess) to be used by Run().