Home | History | Annotate | Download | only in mtp

Lines Matching defs:newPath

776         String newPath = path.substring(0, lastSlash + 1) + newName;
777 File newFile = new File(newPath);
780 Log.w(TAG, "renaming "+ path + " to " + newPath + " failed");
786 values.put(Files.FileColumns.DATA, newPath);
796 Log.e(TAG, "Unable to update path for " + path + " to " + newPath);
805 if (oldFile.getName().startsWith(".") && !newPath.startsWith(".")) {
808 mMediaProvider.call(mPackageName, MediaStore.UNHIDE_CALL, newPath, null);
810 Log.e(TAG, "failed to unhide/rescan for " + newPath);
816 && !newPath.toLowerCase(Locale.US).equals(".nomedia")) {
820 Log.e(TAG, "failed to unhide/rescan for " + newPath);