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