Searched refs:path5 (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt2/cmd/ |
D | Compile_test.cpp | 104 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()
|