Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/androidfw/tests/
H A DIdmap_test.cpp209 std::string idmap_contents; in TEST_F() local
210 ASSERT_TRUE(base::ReadFileToString("overlay/overlay.idmap", &idmap_contents)); in TEST_F()
213 ASSERT_TRUE(base::WriteStringToFile(idmap_contents, temp_file.path)); in TEST_F()