Searched refs:path3_out (Results 1 – 1 of 1) sorted by relevance
90 const std::string path3_out = BuildPath({kOutDir, "values_values.all.arsc.flat"}); in TEST_F() local91 ::android::base::utf8::unlink(path3_out.c_str()); in TEST_F()93 ASSERT_NE(::android::base::utf8::unlink(path3_out.c_str()), 0); in TEST_F()95 ASSERT_EQ(::android::base::utf8::unlink(path3_out.c_str()), 0); in TEST_F()