Searched refs:path1_out (Results 1 – 1 of 1) sorted by relevance
73 const std::string path1_out = BuildPath({kOutDir, "drawable_image.png.flat"}); in TEST_F() local74 ::android::base::utf8::unlink(path1_out.c_str()); in TEST_F()76 ASSERT_EQ(::android::base::utf8::unlink(path1_out.c_str()), 0); in TEST_F()78 ASSERT_EQ(::android::base::utf8::unlink(path1_out.c_str()), 0); in TEST_F()