Home
last modified time | relevance | path

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

/system/libvintf/
DVintfObject.cpp149 std::bind(&CompatibilityMatrix::fetchAllInformation, _1, getFileSystem().get(), in getFrameworkCompatibilityMatrix()
215 status_t err = getFileSystem()->listFiles(directory, &fileNames, error); in addDirectoryManifests()
286 return out->fetchAllInformation(getFileSystem().get(), kVendorLegacyManifest, error); in fetchDeviceHalManifest()
364 status_t status = ret.fetchAllInformation(getFileSystem().get(), path, error); in fetchOneHalManifest()
373 if (etcMatrix.fetchAllInformation(getFileSystem().get(), kVendorMatrix, error) == OK) { in fetchDeviceMatrix()
377 return out->fetchAllInformation(getFileSystem().get(), kVendorLegacyMatrix, error); in fetchDeviceMatrix()
425 return out->fetchAllInformation(getFileSystem().get(), kSystemLegacyManifest, error); in fetchUnfilteredFrameworkHalManifest()
468 status_t status = getFileSystem()->fetch(path, &content, error); in getOneMatrix()
491 status_t listStatus = getFileSystem()->listFiles(dir, &fileNames, error); in getAllFrameworkMatrixLevels()
942 const std::unique_ptr<FileSystem>& VintfObject::getFileSystem() { in getFileSystem() function in android::vintf::VintfObject
DVintfFm.cpp124 const std::unique_ptr<FileSystem>& getFileSystem() override { return mFs; } in getFileSystem() function in android::vintf::details::FmOnlyVintfObject
/system/libvintf/include/vintf/
DVintfObject.h268 virtual const std::unique_ptr<FileSystem>& getFileSystem();
/system/libvintf/test/
Dvintf_object_tests.cpp401 return static_cast<MockFileSystem&>(*vintfObject->getFileSystem()); in fetcher()