MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / goToFirstFile

Method goToFirstFile

lib/QuaZip/quazip/quazip.cpp:483–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481}
482
483bool QuaZip::goToFirstFile()
484{
485 p->zipError=UNZ_OK;
486 if(p->mode!=mdUnzip) {
487 qWarning("QuaZip::goToFirstFile(): ZIP is not open in mdUnzip mode");
488 return false;
489 }
490 p->zipError=unzGoToFirstFile(p->unzFile_f);
491 p->hasCurrentFile_f=p->zipError==UNZ_OK;
492 return p->hasCurrentFile_f;
493}
494
495bool QuaZip::goToNextFile()
496{

Callers 12

getFileListMethod · 0.80
setOsCodeMethod · 0.80
testSequentialMethod · 0.80
zipUnzipMethod · 0.80
setFileNTFSTimesMethod · 0.80
getNTFSTimeMethod · 0.80
getExtTimeMethod · 0.80
getExtTime_issue43Method · 0.80
extractDirMethod · 0.80
getFileListMethod · 0.80
entryInfoListMethod · 0.80
getFileInfoListMethod · 0.80

Calls 1

unzGoToFirstFileFunction · 0.85

Tested by 8

getFileListMethod · 0.64
setOsCodeMethod · 0.64
testSequentialMethod · 0.64
zipUnzipMethod · 0.64
setFileNTFSTimesMethod · 0.64
getNTFSTimeMethod · 0.64
getExtTimeMethod · 0.64
getExtTime_issue43Method · 0.64