Searched refs:getFileSystem (Results 1 – 4 of 4) sorted by relevance
/system/libvintf/ |
D | VintfObject.cpp | 149 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
|
D | VintfFm.cpp | 124 const std::unique_ptr<FileSystem>& getFileSystem() override { return mFs; } in getFileSystem() function in android::vintf::details::FmOnlyVintfObject
|
/system/libvintf/include/vintf/ |
D | VintfObject.h | 268 virtual const std::unique_ptr<FileSystem>& getFileSystem();
|
/system/libvintf/test/ |
D | vintf_object_tests.cpp | 401 return static_cast<MockFileSystem&>(*vintfObject->getFileSystem()); in fetcher()
|