Home | History | Annotate | Download | only in dexlist

Lines Matching defs: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({"-m", "joho", dex_file_}, &error_msg)) << error_msg;
73 std::string error_msg;
74 ASSERT_TRUE(Exec({"-o", "/dev/null", dex_file_}, &error_msg)) << error_msg;
78 std::string error_msg;
80 dex_file_}, &error_msg)) << error_msg;