Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DCompile_test.cpp97 const std::string path4_out = BuildPath({kResDir, "drawable_image.small.png.flat"}); in TEST_F() local
98 ::android::base::utf8::unlink(path4_out.c_str()); in TEST_F()
100 ASSERT_NE(::android::base::utf8::unlink(path4_out.c_str()), 0); in TEST_F()
102 ASSERT_EQ(::android::base::utf8::unlink(path4_out.c_str()), 0); in TEST_F()