Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DCompile_test.cpp104 const std::string path5 = BuildPath({kResDir, "drawable", "image.small.9.png"}); in TEST_F() local
107 ASSERT_NE(TestCompile(path5, kResDir, /** legacy */ false, diag), 0); in TEST_F()
109 ASSERT_EQ(TestCompile(path5, kResDir, /** legacy */ true, diag), 0); in TEST_F()