Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DCompile_test.cpp90 const std::string path3_out = BuildPath({kOutDir, "values_values.all.arsc.flat"}); in TEST_F() local
91 ::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()