Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DCompile_test.cpp81 const std::string path2_out = BuildPath({kOutDir, "drawable_image.9.png.flat"}); in TEST_F() local
82 ::android::base::utf8::unlink(path2_out.c_str()); in TEST_F()
84 ASSERT_EQ(::android::base::utf8::unlink(path2_out.c_str()), 0); in TEST_F()
86 ASSERT_EQ(::android::base::utf8::unlink(path2_out.c_str()), 0); in TEST_F()