Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dexec_utils.cc35 std::string ToCommandLine(const std::vector<std::string>& args) { in ToCommandLine() function
68 PLOG(ERROR) << "Failed to execve(" << ToCommandLine(arg_vector) << ")"; in ExecWithoutWait()
82 ToCommandLine(arg_vector).c_str(), strerror(errno)); in ExecAndReturnCode()
92 ToCommandLine(arg_vector).c_str(), pid, got_pid, strerror(errno)); in ExecAndReturnCode()
111 ToCommandLine(arg_vector).c_str(), strerror(errno)); in ExecAndReturnCode()
157 ToCommandLine(arg_vector).c_str(), pid, got_pid, strerror(errno)); in ExecAndReturnCode()
171 ToCommandLine(arg_vector).c_str()); in Exec()