Searched refs:getFileSystem (Results 1 – 5 of 5) sorted by relevance
| /system/libvintf/ |
| D | VintfObject.cpp | 132 apex::GetModifiedTime(getFileSystem().get(), getPropertyFetcher().get())); in getDeviceHalManifest() 143 apex::GetModifiedTime(getFileSystem().get(), getPropertyFetcher().get())); in getFrameworkHalManifest() 178 std::bind(&CompatibilityMatrix::fetchAllInformation, _1, getFileSystem().get(), in getFrameworkCompatibilityMatrix() 237 status_t err = getFileSystem()->listFiles(directory, &fileNames, error); in addDirectoryManifests() 288 apex::GetVendorVintfDirs(getFileSystem().get(), getPropertyFetcher().get(), &dirs, error); in fetchVendorHalFragments() 301 apex::GetOdmVintfDirs(getFileSystem().get(), getPropertyFetcher().get(), &dirs, error); in fetchOdmHalFragments() 356 return out->fetchAllInformation(getFileSystem().get(), kVendorLegacyManifest, error); in fetchDeviceHalManifest() 438 status_t status = ret.fetchAllInformation(getFileSystem().get(), path, error); in fetchOneHalManifest() 447 if (etcMatrix.fetchAllInformation(getFileSystem().get(), kVendorMatrix, error) == OK) { in fetchDeviceMatrix() 451 return out->fetchAllInformation(getFileSystem().get(), kVendorLegacyMatrix, error); in fetchDeviceMatrix() [all …]
|
| D | VintfFm.cpp | 128 const std::unique_ptr<FileSystem>& getFileSystem() override { return mFs; } in getFileSystem() function in android::vintf::details::FmOnlyVintfObject
|
| /system/libvintf/include/vintf/ |
| D | VintfObject.h | 252 virtual const std::unique_ptr<FileSystem>& getFileSystem();
|
| /system/libvintf/test/ |
| D | VintfObjectRecoveryTest.cpp | 115 return static_cast<MockFileSystemWithError&>(*vintfObject->getFileSystem()); in fs()
|
| D | vintf_object_tests.cpp | 457 return static_cast<MockFileSystem&>(*vintfObject->getFileSystem()); in fetcher()
|