Searched refs:expectFetchRepeatedly (Results 1 – 1 of 1) sorted by relevance
/system/libvintf/test/ |
D | vintf_object_tests.cpp | 526 void expectFetchRepeatedly(const std::string& path, const std::string& content) { in expectFetchRepeatedly() function in android::vintf::testing::VintfObjectTestBase 583 expectFetchRepeatedly(kVendorManifest, xml); 880 expectFetchRepeatedly(kApexInfoFile, R"(<apex-info-list> in expectApex() 902 expectFetchRepeatedly("/apex/com.test/etc/vintf/manifest.xml", halManifest); in expectApex() 907 expectFetchRepeatedly(kVendorManifest, vendorEtcManifest); in expectVendorManifest() 913 expectFetchRepeatedly(kOdmManifest, odmManifest); in expectOdmManifest() 1312 expectFetchRepeatedly(kSystemVintfDir + "compatibility_matrix.1.xml"s, systemMatrixLevel1); in SetUp() 1313 expectFetchRepeatedly(kSystemVintfDir + "compatibility_matrix.2.xml"s, systemMatrixLevel2); in SetUp() 1322 expectFetchRepeatedly(kProductVintfDir + "compatibility_matrix.1.xml"s, in SetUp() 1324 expectFetchRepeatedly(kProductVintfDir + "compatibility_matrix.2.xml"s, in SetUp() [all …]
|