Lines Matching refs:command_line
970 const std::string command_line = Join(arg_vector, ' ');
972 CHECK_GE(arg_vector.size(), 1U) << command_line;
995 PLOG(ERROR) << "Failed to execv(" << command_line << ")";
1001 command_line.c_str(), strerror(errno));
1011 command_line.c_str(), pid, got_pid, strerror(errno));
1016 command_line.c_str());