Searched refs:diag_process (Results 1 – 1 of 1) sorted by relevance
352 brillo::ProcessImpl diag_process; in GetLogContents() local353 diag_process.AddArg(kShellPath); in GetLogContents()354 diag_process.AddStringOption("-c", command); in GetLogContents()355 diag_process.RedirectOutput(output_file.value()); in GetLogContents()357 const int result = diag_process.Run(); in GetLogContents()