Home
last modified time | relevance | path

Searched refs:app_image_strings (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/
Ddex2oat_test.cc2443 std::set<std::string> app_image_strings; in TEST_F() local
2452 app_image_strings.insert(root.Read()->ToModifiedUtf8()); in TEST_F()
2455 EXPECT_TRUE(app_image_strings == seen); in TEST_F()