Home
last modified time | relevance | path

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

/art/runtime/
Dexec_utils.h116 inline bool Exec(const std::vector<std::string>& arg_vector, /*out*/ std::string* error_msg) { in Exec() function
Dexec_utils.cc306 bool ExecUtils::Exec(const std::vector<std::string>& arg_vector, std::string* error_msg) const { in Exec() function in art::ExecUtils
/art/dexdump/
Ddexdump_test.cc41 bool Exec(const std::vector<std::string>& args, std::string* error_msg) { in Exec() function in art::DexDumpTest
/art/dexlist/
Ddexlist_test.cc43 bool Exec(const std::vector<std::string>& args, std::string* error_msg) { in Exec() function in art::DexListTest
/art/imgdiag/
Dimgdiag_test.cc79 bool Exec(pid_t image_diff_pid, const std::string& boot_image, std::string* error_msg) { in Exec() function in art::ImgDiagTest
/art/dexlayout/
Ddexdiag_test.cc75 bool Exec(pid_t this_pid, const std::vector<std::string>& args, std::string* error_msg) { in Exec() function in art::DexDiagTest