Lines Matching refs:expectFileNotExist
542 void expectFileNotExist(const Matcher& matcher) { in expectFileNotExist() function in android::vintf::testing::VintfObjectTestBase
592 expectFileNotExist(StartsWith("/apex/")); in noApex()
746 expectFileNotExist(StrEq(kProductMatrix)); in TEST_F()
910 void noVendorManifest() { expectFileNotExist(StrEq(kVendorManifest)); } in noVendorManifest()
915 void noOdmManifest() { expectFileNotExist(StartsWith("/odm/")); } in noOdmManifest()
1120 expectFileNotExist(StrEq(kVendorManifest)); in SetUp()
1124 expectFileNotExist(StartsWith("/odm/")); in SetUp()
1326 expectFileNotExist(StrEq(kProductMatrix)); in SetUp()
1329 expectFileNotExist(StartsWith("/odm/")); in SetUp()
1538 expectFileNotExist(StrEq(kProductMatrix)); in SetUp()
1541 expectFileNotExist(StartsWith("/odm/")); in SetUp()
2171 expectFileNotExist(StrEq(path)); in expectManifest()
2190 expectFileNotExist(path + "fragment.xml"); in expectFragment()
2228 expectFileNotExist(StrEq(kSystemLegacyManifest)); in TEST_P()