Home
last modified time | relevance | path

Searched refs:mRootDir (Results 1 – 3 of 3) sorted by relevance

/system/libvintf/
DFileSystem.cpp81 mRootDir = rootdir; in FileSystemUnderPath()
82 if (!mRootDir.empty() && mRootDir.back() != '/') { in FileSystemUnderPath()
83 mRootDir.push_back('/'); in FileSystemUnderPath()
89 return mImpl.fetch(mRootDir + path, fetched, error); in fetch()
94 return mImpl.listFiles(mRootDir + path, out, error); in listFiles()
98 return mRootDir; in getRootDir()
/system/libvintf/include/vintf/
DFileSystem.h77 std::string mRootDir;
/system/libhwbinder/include/hwbinder/
DProcessState.h134 String8 mRootDir; variable