Searched defs:Exec (Results 1 – 6 of 6) sorted by relevance
90 bool Exec(std::vector<std::string>& arg_vector, std::string* error_msg) { in Exec() function
43 bool Exec(const std::vector<std::string>& args, std::string* error_msg) { in Exec() function in art::DexListTest
41 bool Exec(const std::vector<std::string>& args, std::string* error_msg) { in Exec() function in art::DexDumpTest
84 bool Exec(pid_t image_diff_pid, const std::string& boot_image, std::string* error_msg) { in Exec() function in art::ImgDiagTest
84 bool Exec(pid_t this_pid, const std::vector<std::string>& args, std::string* error_msg) { in Exec() function in art::DexDiagTest
160 ::testing::AssertionResult Exec(Flavor flavor, in Exec() function