Searched refs:mRootDir (Results 1 – 3 of 3) sorted by relevance
76 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()
120 String8 mRootDir; variable
87 std::string mRootDir;