Home
last modified time | relevance | path

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

/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java2183 final String oldRelativePath = extractRelativePathWithDisplayName(oldPath); in getWritableFilesForRenameDirectory() local
2188 if (oldRelativePath.startsWith(defaultDir)) hasFullAccessToOldPath = true; in getWritableFilesForRenameDirectory()
2522 final String[] oldRelativePath = sanitizePath(extractRelativePath(oldPath)); in renameForFuse() local
2524 if (oldRelativePath.length == 0 || newRelativePath.length == 0) { in renameForFuse()
2529 if (oldRelativePath.length == 1 && TextUtils.isEmpty(oldRelativePath[0])) { in renameForFuse()