Lines Matching refs:error_msg
41 bool Exec(const std::vector<std::string>& args, std::string* error_msg) { in Exec() argument
47 return ::art::Exec(exec_argv, error_msg); in Exec()
55 std::string error_msg; in TEST_F() local
56 ASSERT_FALSE(Exec({}, &error_msg)) << error_msg; in TEST_F()
60 std::string error_msg; in TEST_F() local
61 ASSERT_FALSE(Exec({"-o", "/non/existent/path", dex_file_}, &error_msg)) << error_msg; in TEST_F()
65 std::string error_msg; in TEST_F() local
66 ASSERT_FALSE(Exec({"-c", "-i", dex_file_}, &error_msg)) << error_msg; in TEST_F()
70 std::string error_msg; in TEST_F() local
72 dex_file_}, &error_msg)) << error_msg; in TEST_F()
76 std::string error_msg; in TEST_F() local
78 dex_file_}, &error_msg)) << error_msg; in TEST_F()