Home
last modified time | relevance | path

Searched refs:command_line (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dutils.cc1391 const std::string command_line(Join(arg_vector, ' ')); in Exec() local
1393 CHECK_GE(arg_vector.size(), 1U) << command_line; in Exec()
1416 PLOG(ERROR) << "Failed to execv(" << command_line << ")"; in Exec()
1421 command_line.c_str(), strerror(errno)); in Exec()
1431 command_line.c_str(), pid, got_pid, strerror(errno)); in Exec()
1436 command_line.c_str()); in Exec()
Doat_file_assistant.cc637 std::string command_line(Join(argv, ' ')); in CopyProfileFile() local
740 std::string command_line(Join(argv, ' ')); in CopyProfileFile() local
/art/runtime/gc/space/
Dimage_space.cc229 std::string command_line(Join(arg_vector, ' ')); in GenerateImage() local
230 LOG(INFO) << "GenerateImage: " << command_line; in GenerateImage()
328 std::string command_line(Join(argv, ' ')); in RelocateImage() local
329 LOG(INFO) << "RelocateImage: " << command_line; in RelocateImage()