Searched refs:FileSystemUnderPath (Results 1 – 4 of 4) sorted by relevance
80 FileSystemUnderPath::FileSystemUnderPath(const std::string& rootdir) { in FileSystemUnderPath() function in android::vintf::details::FileSystemUnderPath87 status_t FileSystemUnderPath::fetch(const std::string& path, std::string* fetched, in fetch()92 status_t FileSystemUnderPath::listFiles(const std::string& path, std::vector<std::string>* out, in listFiles()97 const std::string& FileSystemUnderPath::getRootDir() const { in getRootDir()
46 class HostFileSystem : public FileSystemUnderPath {48 HostFileSystem(const std::string& rootdir) : FileSystemUnderPath(rootdir) {} in HostFileSystem()51 status_t status = FileSystemUnderPath::fetch(path, fetched, error); in fetch()58 status_t status = FileSystemUnderPath::listFiles(path, out, error); in listFiles()
97 FileSystemUnderPath mSystemFileSystem{kSystemImageRootDir};98 FileSystemUnderPath mMntFileSystem{kMountImageRootDir};
65 class FileSystemUnderPath : public FileSystem {67 FileSystemUnderPath(const std::string& rootdir);