HomeSort by relevance Sort by last modified time
    Searched refs:NumFolders (Results 1 - 7 of 7) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
Extract.h 55 UInt64 NumFolders;
61 NumArchives = UnpackSize = PackSize = NumFolders = NumFiles = 0;
ArchiveExtractCallback.h 94 UInt64 NumFolders;
128 NumFolders = NumFiles = UnpackSize = 0;
Extract.cpp 255 stat.NumFolders = extractCallbackSpec->NumFolders;
ArchiveExtractCallback.cpp 451 NumFolders++;
  /external/lzma/C/
7zIn.c 112 p->NumFolders = 0;
120 for (i = 0; i < p->NumFolders; i++)
186 MY_ALLOC(UInt32, p->FolderStartPackStreamIndex, p->db.NumFolders, alloc);
187 for (i = 0; i < p->db.NumFolders; i++)
201 MY_ALLOC(UInt32, p->FolderStartFileIndex, p->db.NumFolders, alloc);
221 if (folderIndex >= p->db.NumFolders)
648 UInt32 *numFolders,
655 RINOK(SzReadNumber32(sd, numFolders));
659 MY_ALLOC(CSzFolder, *folders, (size_t)*numFolders, alloc);
661 for (i = 0; i < *numFolders; i++)
    [all...]
7z.h 118 UInt32 NumFolders;
  /external/lzma/CPP/7zip/UI/Console/
Main.cpp 450 if (stat.NumFolders != 0)
451 stdStream << "Folders: " << stat.NumFolders << endl;
452 if (stat.NumFiles != 1 || stat.NumFolders != 0)

Completed in 359 milliseconds