Searched refs:beforePipe (Results 1 – 1 of 1) sorted by relevance
108 final ParcelFileDescriptor[] beforePipe = ParcelFileDescriptor.createReliablePipe(); in testMetadataAndContents() local112 final FileOutputStream os = new FileOutputStream(beforePipe[1].getFileDescriptor()); in testMetadataAndContents()115 beforePipe[1].close(); in testMetadataAndContents()125 doc.writeMetadataAndContent(before, beforePipe[0]); in testMetadataAndContents()