Searched refs:getNextEntry (Results 1 – 10 of 10) sorted by relevance
68 ArchiveEntry getNextEntry() throws IOException; in getNextEntry() method81 while ((entry = nextEntryIterator.getNextEntry()) != null) { in moveToArchiveEntry()138 () -> ((SevenZFile) commonArchive).getNextEntry()); in create()150 () -> ((ArchiveInputStream) commonArchive).getNextEntry()); in create()
259 while ((entry = archiveInputStream.getNextEntry()) != null) { in getEntries()
360 entry = mDropBoxManager.getNextEntry(DROPBOX_TAG, entriesAfterTime); in dumpDiagnosticDataFromDropbox()376 entry = mDropBoxManager.getNextEntry(DROPBOX_TAG, entryTime); in dumpDiagnosticDataFromDropbox()
50 while ((entry = archive.getNextEntry()) != null) { in loadPluginCode()
64 inputStream.getNextEntry(); in decompress()
92 while ((nextEntry = zipin.getNextEntry()) != null) { in main()
122 while (null != (entry = dropbox.getNextEntry(label, timestamp))) { in checkCrash()
169 mDropboxManager.getNextEntry(TAG_SYSTEM_APP_CRASH, timeBeforeEntry); in testCrashSandboxGeneratesDropboxReport()
289 while ((entry = zipInStream.getNextEntry()) != null) { in mergeFilesAndCopyToUsb()
310 while ((archiveEntry = in.getNextEntry()) != null && (count++ < TARGET_COUNT)) { in loadImageFromResources()