Home
last modified time | relevance | path

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

/art/runtime/
Dexec_utils.cc34 const std::string command_line(android::base::Join(arg_vector, ' ')); in ExecAndReturnCode() local
35 CHECK_GE(arg_vector.size(), 1U) << command_line; in ExecAndReturnCode()
64 PLOG(ERROR) << "Failed to execve(" << command_line << ")"; in ExecAndReturnCode()
70 command_line.c_str(), strerror(errno)); in ExecAndReturnCode()
80 command_line.c_str(), pid, got_pid, strerror(errno)); in ExecAndReturnCode()
93 const std::string command_line(android::base::Join(arg_vector, ' ')); in Exec() local
95 command_line.c_str()); in Exec()
Doat_file_assistant.cc851 std::string command_line(android::base::Join(argv, ' ')); in Dex2Oat() local
/art/oatdump/
Doatdump_test.h285 const std::string command_line(android::base::Join(exec_argv, ' ')); in ForkAndExec()
286 PLOG(ERROR) << "Failed to execv(" << command_line << ")"; in ForkAndExec()
/art/runtime/gc/space/
Dimage_space.cc155 std::string command_line(android::base::Join(arg_vector, ' ')); in GenerateImage() local
156 LOG(INFO) << "GenerateImage: " << command_line; in GenerateImage()
275 std::string command_line(android::base::Join(argv, ' ')); in RelocateImage() local
276 LOG(INFO) << "RelocateImage: " << command_line; in RelocateImage()
305 std::string command_line(android::base::Join(argv, ' ')); in VerifyImage() local
306 LOG(INFO) << "VerifyImage: " << command_line; in VerifyImage()