Home
last modified time | relevance | path

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

/system/libvintf/
DVintfObject.cpp132 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 …]
DVintfFm.cpp128 const std::unique_ptr<FileSystem>& getFileSystem() override { return mFs; } in getFileSystem() function in android::vintf::details::FmOnlyVintfObject
/system/libvintf/include/vintf/
DVintfObject.h252 virtual const std::unique_ptr<FileSystem>& getFileSystem();
/system/libvintf/test/
DVintfObjectRecoveryTest.cpp115 return static_cast<MockFileSystemWithError&>(*vintfObject->getFileSystem()); in fs()
Dvintf_object_tests.cpp457 return static_cast<MockFileSystem&>(*vintfObject->getFileSystem()); in fetcher()