Home
last modified time | relevance | path

Searched defs:arg_vector (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dexec_utils.cc43 pid_t ExecWithoutWait(std::vector<std::string>& arg_vector) { in ExecWithoutWait()
78 int ExecAndReturnCode(std::vector<std::string>& arg_vector, std::string* error_msg) { in ExecAndReturnCode()
101 int ExecAndReturnCode(std::vector<std::string>& arg_vector, in ExecAndReturnCode()
167 bool Exec(std::vector<std::string>& arg_vector, std::string* error_msg) { in Exec()