Home | History | Annotate | Download | only in mtp

Lines Matching refs:newFile

737         File newFile = new File(newPath);
738 boolean success = oldFile.renameTo(newFile);
758 newFile.renameTo(oldFile);
763 if (newFile.isDirectory()) {