Home | History | Annotate | Download | only in dexdump

Lines Matching refs:error_msg

41   bool Exec(const std::vector<std::string>& args, std::string* error_msg) {
47 return ::art::Exec(exec_argv, error_msg);
55 std::string error_msg;
56 ASSERT_FALSE(Exec({}, &error_msg)) << error_msg;
60 std::string error_msg;
61 ASSERT_FALSE(Exec({"-o", "/joho", dex_file_}, &error_msg)) << error_msg;
65 std::string error_msg;
66 ASSERT_FALSE(Exec({"-c", "-i", dex_file_}, &error_msg)) << error_msg;
70 std::string error_msg;
72 dex_file_}, &error_msg)) << error_msg;
76 std::string error_msg;
78 dex_file_}, &error_msg)) << error_msg;