Searched refs:getNextEntry (Results 1 – 9 of 9) sorted by relevance
265 ZipEntry inEntry = in.getNextEntry(); in unzipToDirectory()289 inEntry = in.getNextEntry(); in unzipToDirectory()367 ZipEntry inEntry = in.getNextEntry(); in copyParcelToZip()383 inEntry = in.getNextEntry(); in copyParcelToZip()395 while ((inEntry = in.getNextEntry()) != null) { in copyDocumentToZip()445 while ((inEntry = documentStream.getNextEntry()) != null) { in removeParcel()
167 while ( ( aEntry = aZipStream.getNextEntry() ) != null ) in test()
93 while ((ze = zis.getNextEntry()) != null) { in read()
95 while ((ze = zis.getNextEntry()) != null) { in read()
205 entry = (ZipEntry)zis.getNextEntry(); in getFileStreamFromJarStream()
321 SvLBoxEntry* getNextEntry(SvLBoxEntry* _pStartWith = NULL);
598 while ((entry = zip.getNextEntry()) != null) { in findClasses()
802 while ((entry = zin.getNextEntry()) != null) { in unzip()
1793 SvLBoxEntry* FmFilterNavigator::getNextEntry(SvLBoxEntry* _pStartWith) in getNextEntry() function in svxform::FmFilterNavigator1834 …oxEntry*,FmFilterNavigator,SvLBoxEntry*> getter = ::std::mem_fun(&FmFilterNavigator::getNextEntry); in KeyInput()
Completed in 54 milliseconds