Home | History | Annotate | Download | only in mtp

Lines Matching full:oldfile

731         File oldFile = new File(path);
738 boolean success = oldFile.renameTo(newFile);
758 newFile.renameTo(oldFile);
765 if (oldFile.getName().startsWith(".") && !newPath.startsWith(".")) {
775 if (oldFile.getName().toLowerCase(Locale.US).equals(".nomedia")
778 mMediaProvider.call(mPackageName, MediaStore.UNHIDE_CALL, oldFile.getParent(), null);