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