Lines Matching refs:error_msgs
1261 std::vector<std::string> error_msgs; in Run() local
1278 &error_msgs); in Run()
1279 CHECK(!dex_files.empty()) << android::base::Join(error_msgs, '\n'); in Run()
1507 std::vector<std::string> error_msgs; in TEST_F() local
1515 &error_msgs); in TEST_F()
1516 ASSERT_EQ(dex_files.size(), 1u) << android::base::Join(error_msgs, "\n"); in TEST_F()
1534 &error_msgs); in TEST_F()
1535 ASSERT_EQ(dex_files.size(), 1u) << android::base::Join(error_msgs, "\n"); in TEST_F()
1566 std::vector<std::string> error_msgs; in TEST_F() local
1574 &error_msgs); in TEST_F()
1575 ASSERT_EQ(dex_files_first.size(), 1u) << android::base::Join(error_msgs, "\n"); in TEST_F()
1603 &error_msgs); in TEST_F()
1604 ASSERT_EQ(dex_files_second.size(), 1u) << android::base::Join(error_msgs, "\n"); in TEST_F()
1638 std::vector<std::string> error_msgs; in TEST_F() local
1650 &error_msgs); in TEST_F()