Searched refs:getFileSystem (Results 1 – 3 of 3) sorted by relevance
/system/libvintf/ |
D | VintfObject.cpp | 146 std::bind(&CompatibilityMatrix::fetchAllInformation, _1, getFileSystem().get(), in getFrameworkCompatibilityMatrix() 212 status_t err = getFileSystem()->listFiles(directory, &fileNames, error); in addDirectoryManifests() 283 return out->fetchAllInformation(getFileSystem().get(), kVendorLegacyManifest, error); in fetchDeviceHalManifest() 361 status_t status = ret.fetchAllInformation(getFileSystem().get(), path, error); in fetchOneHalManifest() 370 if (etcMatrix.fetchAllInformation(getFileSystem().get(), kVendorMatrix, error) == OK) { in fetchDeviceMatrix() 374 return out->fetchAllInformation(getFileSystem().get(), kVendorLegacyMatrix, error); in fetchDeviceMatrix() 421 return out->fetchAllInformation(getFileSystem().get(), kSystemLegacyManifest, error); in fetchFrameworkHalManifest() 434 status_t status = getFileSystem()->fetch(path, &content, error); in getOneMatrix() 457 status_t listStatus = getFileSystem()->listFiles(dir, &fileNames, error); in getAllFrameworkMatrixLevels() 912 const std::unique_ptr<FileSystem>& VintfObject::getFileSystem() { in getFileSystem() function in android::vintf::VintfObject
|
/system/libvintf/include/vintf/ |
D | VintfObject.h | 250 virtual const std::unique_ptr<FileSystem>& getFileSystem();
|
/system/libvintf/test/ |
D | vintf_object_tests.cpp | 362 return static_cast<MockFileSystem&>(*vintfObject->getFileSystem()); in fetcher()
|