Lines Matching refs:expectFileNotExist
498 void expectFileNotExist(const Matcher& matcher) { in expectFileNotExist() function in android::vintf::testing::VintfObjectTestBase
748 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()
1148 expectFileNotExist(StartsWith("/odm/")); in SetUpMockSystemMatrices()
1488 expectFileNotExist(StrEq(kSystemManifest)); in expectSystemManifest()
1490 expectFileNotExist(StrEq(kSystemLegacyManifest)); in expectSystemManifest()
1507 expectFileNotExist(kSystemManifestFragmentDir + "fragment.xml"); in expectSystemManifestFragment()
1515 expectFileNotExist(kProductManifest); in expectProductManifest()
1533 expectFileNotExist(kProductManifestFragmentDir + "fragment.xml"); in expectProductManifestFragment()