Searched refs:expectFileNotExist (Results 1 – 1 of 1) sorted by relevance
498 void expectFileNotExist(const Matcher& matcher) { in expectFileNotExist() function in android::vintf::testing::VintfObjectTestBase748 expectFileNotExist(StrEq(kProductMatrix)); in TEST_F()880 void noVendorManifest() { expectFileNotExist(StrEq(kVendorManifest)); } in noVendorManifest()884 expectFileNotExist(StrEq(kOdmVintfDir + "manifest_" + productModel + ".xml")); in expectOdmManifest()888 void noOdmManifest() { expectFileNotExist(StartsWith("/odm/")); } in noOdmManifest()949 expectFileNotExist(StrEq(kVendorManifest)); in SetUp()953 expectFileNotExist(StartsWith("/odm/")); in SetUp()1035 expectFileNotExist(StrEq(kProductMatrix)); in SetUp()1040 expectFileNotExist(StartsWith("/odm/")); in SetUp()1146 expectFileNotExist(kProductMatrix); in SetUpMockSystemMatrices()[all …]