Home
last modified time | relevance | path

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

/system/libvintf/
DFileSystem.cpp80 FileSystemUnderPath::FileSystemUnderPath(const std::string& rootdir) { in FileSystemUnderPath() function in android::vintf::details::FileSystemUnderPath
87 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()
Dcheck_vintf.cpp46 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()
DVintfObjectRecovery.cpp97 FileSystemUnderPath mSystemFileSystem{kSystemImageRootDir};
98 FileSystemUnderPath mMntFileSystem{kMountImageRootDir};
/system/libvintf/include/vintf/
DFileSystem.h65 class FileSystemUnderPath : public FileSystem {
67 FileSystemUnderPath(const std::string& rootdir);