Searched refs:command_line (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | exec_utils.cc | 34 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()
|
D | oat_file_assistant.cc | 851 std::string command_line(android::base::Join(argv, ' ')); in Dex2Oat() local
|
/art/oatdump/ |
D | oatdump_test.h | 285 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/ |
D | image_space.cc | 155 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()
|