Home
last modified time | relevance | path

Searched refs:basePath (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Email/src/org/apache/commons/io/
DFilenameUtils.java393 public static String concat(String basePath, String fullFilenameToAdd) { in concat() argument
401 if (basePath == null) { in concat()
404 int len = basePath.length(); in concat()
408 char ch = basePath.charAt(len - 1); in concat()
410 return normalize(basePath + fullFilenameToAdd); in concat()
412 return normalize(basePath + '/' + fullFilenameToAdd); in concat()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DFilterTypeSet.java84 String basePath = "/filter/mediatype/" + mMediaType; in updateData() local
88 String filteredPath = basePath + "/{" + set.getPath().toString() + "}"; in updateData()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAlbumSetPage.java259 String basePath = mMediaSet.getPath().toString(); in doCluster() local
260 String newPath = FilterUtils.switchClusterPath(basePath, clusterType); in doCluster()
DAlbumPage.java320 String basePath = mMediaSet.getPath().toString(); in doCluster() local
321 String newPath = FilterUtils.newClusterPath(basePath, clusterType); in doCluster()