Searched refs:rootPath (Results 1 – 2 of 2) sorted by relevance
60 private void appendContentRoot(StringBuilder stringBuilder, String rootPath) in appendContentRoot() argument62 File intermediates = new File(rootPath); in appendContentRoot()
454 final String rootPath = mBaseDir.getPath();455 if (rootPath.equals(path)) {457 } else if (rootPath.endsWith("/")) {458 path = path.substring(rootPath.length());460 path = path.substring(rootPath.length() + 1);