Lines Matching refs:error_msg
41 bool Exec(const std::vector<std::string>& args, std::string* error_msg) { in Exec() argument
46 return ::art::Exec(exec_argv, error_msg); in Exec()
54 std::string error_msg; in TEST_F() local
55 ASSERT_FALSE(Exec({}, &error_msg)) << error_msg; in TEST_F()
59 std::string error_msg; in TEST_F() local
60 ASSERT_FALSE(Exec({"-o", "/non/existent/path", dex_file_}, &error_msg)) << error_msg; in TEST_F()
64 std::string error_msg; in TEST_F() local
65 ASSERT_FALSE(Exec({"-c", "-i", dex_file_}, &error_msg)) << error_msg; in TEST_F()
69 std::string error_msg; in TEST_F() local
71 dex_file_}, &error_msg)) << error_msg; in TEST_F()
75 std::string error_msg; in TEST_F() local
77 dex_file_}, &error_msg)) << error_msg; in TEST_F()