Searched defs:fileToDelete (Results 1 – 2 of 2) sorted by relevance
72 public boolean deleteQuietly(File fileToDelete) { in deleteQuietly()93 public void delete(File fileToDelete) throws IOException { in delete()115 protected boolean doDelete(File fileToDelete) throws IOException { in doDelete()150 protected boolean doDelete(File fileToDelete) throws IOException { in doDelete()
73 File fileToDelete = new File(mData.getFilePath()); in delete() local