Lines Matching refs:command_line
1327 const std::string command_line(Join(arg_vector, ' '));
1329 CHECK_GE(arg_vector.size(), 1U) << command_line;
1352 PLOG(ERROR) << "Failed to execv(" << command_line << ")";
1357 command_line.c_str(), strerror(errno));
1367 command_line.c_str(), pid, got_pid, strerror(errno));
1372 command_line.c_str());