Searched refs:basePath (Results 1 – 7 of 7) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
D | dict_file_writing_utils.cpp | 82 /* static */ bool DictFileWritingUtils::flushBufferToFileWithSuffix(const char *const basePath, in flushBufferToFileWithSuffix() argument 84 const int filePathBufSize = FileUtils::getFilePathWithSuffixBufSize(basePath, suffix); in flushBufferToFileWithSuffix() 86 FileUtils::getFilePathWithSuffix(basePath, suffix, filePathBufSize, filePath); in flushBufferToFileWithSuffix()
|
D | dict_file_writing_utils.h | 38 static bool flushBufferToFileWithSuffix(const char *const basePath, const char *const suffix,
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/ |
D | FileUtilities.java | 36 File basePath = base.getCanonicalFile(); in isSameOrSubDirectory() local 39 if (basePath.equals(currPath)) { in isSameOrSubDirectory()
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | FilterTypeSet.java | 84 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/ |
D | AlbumPage.java | 348 String basePath = mMediaSet.getPath().toString(); in doCluster() local 349 String newPath = FilterUtils.newClusterPath(basePath, clusterType); in doCluster()
|
D | AlbumSetPage.java | 311 String basePath = mMediaSet.getPath().toString(); in doCluster() local 312 String newPath = FilterUtils.switchClusterPath(basePath, clusterType); in doCluster()
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaProvider.java | 11420 final List<String> basePath = new ArrayList<>(base.getPathSegments()); 11423 for (int j = 0; j < basePath.size() && j < probePath.size(); j++) { 11424 if (!Objects.equals(basePath.get(j), probePath.get(j))) { 11426 while (basePath.size() > j) { 11427 basePath.remove(j); 11433 while (basePath.size() > probeSize) { 11434 basePath.remove(probeSize); 11439 for (String s : basePath) {
|