Lines Matching refs:error_msg
38 std::string error_msg; in TEST_F() local
40 dex_location, kRuntimeISA, &oat_location, &error_msg)) in TEST_F()
41 << error_msg; in TEST_F()
48 &error_msg)); in TEST_F()
62 std::string error_msg; in TEST_F() local
64 dex_location, kRuntimeISA, &oat_location, &error_msg)) in TEST_F()
65 << error_msg; in TEST_F()
75 &error_msg)); in TEST_F()
90 &error_msg)); in TEST_F()
92 EXPECT_NE(std::string::npos, error_msg.find("expected 2 uncompressed dex files, but found 1")) in TEST_F()
93 << error_msg; in TEST_F()