Home | History | Annotate | Download | only in mtp

Lines Matching refs:newFile

730         File newFile = new File(newPath);
731 boolean success = oldFile.renameTo(newFile);
751 newFile.renameTo(oldFile);
756 if (newFile.isDirectory()) {