Lines Matching refs:getFileSystem
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()
501 return out->fetchAllInformation(getFileSystem().get(), kSystemLegacyManifest, error); in fetchUnfilteredFrameworkHalManifest()
520 status_t status = apex::GetFrameworkVintfDirs(getFileSystem().get(), getPropertyFetcher().get(), in fetchFrameworkHalManifestApex()
576 status_t status = getFileSystem()->fetch(path, &content, error); in getOneMatrix()
599 status_t listStatus = getFileSystem()->listFiles(dir, &fileNames, error); in getAllFrameworkMatrixLevels()
1074 const std::unique_ptr<FileSystem>& VintfObject::getFileSystem() { in getFileSystem() function in android::vintf::VintfObject