Home
last modified time | relevance | path

Searched defs:propertyFetcher (Results 1 – 3 of 3) sorted by relevance

/system/libvintf/
DApex.cpp39 static bool isApexReady(PropertyFetcher* propertyFetcher) { in isApexReady()
49 static status_t GetVintfDirs(FileSystem* fileSystem, PropertyFetcher* propertyFetcher, in GetVintfDirs()
91 std::optional<timespec> GetModifiedTime(FileSystem* fileSystem, PropertyFetcher* propertyFetcher) { in GetModifiedTime()
110 status_t GetVendorVintfDirs(FileSystem* fileSystem, PropertyFetcher* propertyFetcher, in GetVendorVintfDirs()
117 status_t GetOdmVintfDirs(FileSystem* fileSystem, PropertyFetcher* propertyFetcher, in GetOdmVintfDirs()
123 status_t GetFrameworkVintfDirs(FileSystem* fileSystem, PropertyFetcher* propertyFetcher, in GetFrameworkVintfDirs()
DVintfObject.cpp68 std::unique_ptr<PropertyFetcher> propertyFetcher; in createDefaultPropertyFetcher() local
/system/libvintf/test/
Dvintf_object_tests.cpp459 MockPropertyFetcher& propertyFetcher() { in propertyFetcher() function in android::vintf::testing::VintfObjectTestBase