Home | History | Annotate | Download | only in dexdump

Lines Matching refs:error_msg

44   bool Exec(const std::vector<std::string>& args, std::string* error_msg) {
50 return ::art::Exec(exec_argv, error_msg);
58 std::string error_msg;
59 ASSERT_FALSE(Exec({}, &error_msg)) << error_msg;
63 std::string error_msg;
64 ASSERT_FALSE(Exec({"-o", "/joho", dex_file_}, &error_msg)) << error_msg;
68 std::string error_msg;
69 ASSERT_FALSE(Exec({"-c", "-i", dex_file_}, &error_msg)) << error_msg;
73 std::string error_msg;
75 dex_file_}, &error_msg)) << error_msg;
79 std::string error_msg;
81 dex_file_}, &error_msg)) << error_msg;