Home
last modified time | relevance | path

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

/system/libvintf/
DFileSystem.cpp76 mRootDir = rootdir; in FileSystemUnderPath()
77 if (!mRootDir.empty() && mRootDir.back() != '/') { in FileSystemUnderPath()
78 mRootDir.push_back('/'); in FileSystemUnderPath()
84 return mImpl.fetch(mRootDir + path, fetched, error); in fetch()
89 return mImpl.listFiles(mRootDir + path, out, error); in listFiles()
93 return mRootDir; in getRootDir()
/system/libhwbinder/include/hwbinder/
DProcessState.h120 String8 mRootDir; variable
/system/libvintf/include/vintf/
DFileSystem.h87 std::string mRootDir;