Home | History | Annotate | Download | only in mtp

Lines Matching refs:newPath

736         String newPath = path.substring(0, lastSlash + 1) + newName;
737 File newFile = new File(newPath);
740 Log.w(TAG, "renaming "+ path + " to " + newPath + " failed");
746 values.put(Files.FileColumns.DATA, newPath);
756 Log.e(TAG, "Unable to update path for " + path + " to " + newPath);
765 if (oldFile.getName().startsWith(".") && !newPath.startsWith(".")) {
768 mMediaProvider.call(mPackageName, MediaStore.UNHIDE_CALL, newPath, null);
770 Log.e(TAG, "failed to unhide/rescan for " + newPath);
776 && !newPath.toLowerCase(Locale.US).equals(".nomedia")) {
780 Log.e(TAG, "failed to unhide/rescan for " + newPath);