Lines Matching refs:error_msg
42 bool Exec(const std::vector<std::string>& args, std::string* error_msg) { in Exec() argument
48 return ::art::Exec(exec_argv, error_msg); in Exec()
56 std::string error_msg; in TEST_F() local
57 ASSERT_FALSE(Exec({}, &error_msg)) << error_msg; in TEST_F()
61 std::string error_msg; in TEST_F() local
62 ASSERT_FALSE(Exec({"-o", "/joho", dex_file_}, &error_msg)) << error_msg; in TEST_F()
66 std::string error_msg; in TEST_F() local
67 ASSERT_FALSE(Exec({"-c", "-i", dex_file_}, &error_msg)) << error_msg; in TEST_F()
71 std::string error_msg; in TEST_F() local
73 dex_file_}, &error_msg)) << error_msg; in TEST_F()
77 std::string error_msg; in TEST_F() local
79 dex_file_}, &error_msg)) << error_msg; in TEST_F()