Searched defs:fileSystem (Results 1 – 6 of 6) sorted by relevance
34 status_t fetchAllInformation(const FileSystem* fileSystem, const std::string& path, T* outObject, in fetchAllInformation()
31 status_t Apex::DeviceVintfDirs(FileSystem* fileSystem, std::vector<std::string>* dirs, in DeviceVintfDirs()
157 std::unique_ptr<T> readObject(FileSystem* fileSystem, const std::string& path) { in readObject()175 auto fileSystem = std::make_unique<FileSystemImpl>(); in checkCompatibilityForFiles() local
121 status_t CompatibilityMatrix::fetchAllInformation(const FileSystem* fileSystem, in fetchAllInformation()
612 status_t HalManifest::fetchAllInformation(const FileSystem* fileSystem, const std::string& path, in fetchAllInformation()
55 std::unique_ptr<FileSystem> fileSystem; in createDefaultFileSystem() local