Searched refs:targetDocument (Results 1 – 2 of 2) sorted by relevance
312 private String unzipToZip(File parcel, File targetDocument) in unzipToZip() argument322 if (isDocumentOverwriteNeeded(parcel, targetDocument)) { in unzipToZip()325 removeParcel(targetDocument, parcelName); in unzipToZip()329 File tmpfile = new File(targetDocument.getAbsolutePath() + ".tmp"); in unzipToZip()331 manifest = addParcelToManifest(targetDocument, parcel); in unzipToZip()335 new ZipInputStream(new FileInputStream(targetDocument)); in unzipToZip()353 if (targetDocument.delete() == false) { in unzipToZip()355 throw new IOException("Could not overwrite " + targetDocument); in unzipToZip()358 tmpfile.renameTo(targetDocument); in unzipToZip()360 return targetDocument.getAbsolutePath(); in unzipToZip()
61 File targetDocument = null; field in ParcelDataNode.ParcelPasteType65 File targetDocument, boolean isCut) { in ParcelPasteType() argument67 this.targetDocument = targetDocument; in ParcelPasteType()74 parcelCookie.deploy(targetDocument); in paste()
Completed in 18 milliseconds