Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java3207 final String oldRelativePath = extractRelativePathWithDisplayName(oldPath); in getWritableFilesForRenameDirectory() local
3212 if (oldRelativePath.startsWith(defaultDir)) hasFullAccessToOldPath = true; in getWritableFilesForRenameDirectory()
3531 final String[] oldRelativePath = sanitizePath(extractRelativePath(oldPath)); in renameForFuse() local
3533 if (oldRelativePath.length == 0 || newRelativePath.length == 0) { in renameForFuse()
3538 if (oldRelativePath.length == 1 && TextUtils.isEmpty(oldRelativePath[0])) { in renameForFuse()