Searched refs:command_line (Results 1 – 3 of 3) sorted by relevance
1327 const std::string command_line(Join(arg_vector, ' ')); in Exec() local1329 CHECK_GE(arg_vector.size(), 1U) << command_line; in Exec()1352 PLOG(ERROR) << "Failed to execv(" << command_line << ")"; in Exec()1357 command_line.c_str(), strerror(errno)); in Exec()1367 command_line.c_str(), pid, got_pid, strerror(errno)); in Exec()1372 command_line.c_str()); in Exec()
1468 std::string command_line(Join(argv, ' ')); in PatchAndRetrieveOat() local1469 LOG(INFO) << "Relocate Oat File: " << command_line; in PatchAndRetrieveOat()
193 std::string command_line(Join(arg_vector, ' ')); in GenerateImage() local194 LOG(INFO) << "GenerateImage: " << command_line; in GenerateImage()292 std::string command_line(Join(argv, ' ')); in RelocateImage() local293 LOG(INFO) << "RelocateImage: " << command_line; in RelocateImage()