Home
last modified time | relevance | path

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

/system/libvintf/test/
Dvintf_object_tests.cpp498 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()
[all …]