Searched refs:mRootPath (Results 1 – 2 of 2) sorted by relevance
47 return mRootPath; in getRootPath()51 mRootPath = rootPath; in setRootPath()53 if (!mRootPath.empty() && !StringHelper::EndsWith(mRootPath, "/")) { in setRootPath()54 mRootPath += "/"; in setRootPath()386 if (StringHelper::StartsWith(path, "/") || mRootPath.empty()) { in makeAbsolute()390 return mRootPath + path; in makeAbsolute()394 return StringHelper::LTrim(filename, mRootPath); in makeRelative()
188 std::string mRootPath; // root of android source tree (to locate package roots) member