Searched refs:path4_out (Results 1 – 1 of 1) sorted by relevance
97 const std::string path4_out = BuildPath({kResDir, "drawable_image.small.png.flat"}); in TEST_F() local98 ::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()