Searched refs:path5 (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt2/cmd/ |
D | Compile_test.cpp | 105 const std::string path5 = BuildPath({kResDir, "drawable", "image.small.9.png"}); in TEST_F() local 108 ASSERT_NE(TestCompile(path5, kOutDir, /** legacy */ false, diag), 0); in TEST_F() 110 ASSERT_EQ(TestCompile(path5, kOutDir, /** legacy */ true, diag), 0); in TEST_F()
|