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

  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.h 35 bool AttribDefined;
45 AttribDefined(false),
7zItem.h 153 bool AttribDefined;
159 AttribDefined(false)
163 AttribDefined = true;
7zHandlerOut.cpp 247 ui.AttribDefined = false;
253 ui.AttribDefined = true;
302 ui.AttribDefined = false;
311 if (!folderStatusIsDefined && ui.AttribDefined)
7zHandler.cpp 252 case kpidAttrib: if (item.AttribDefined) prop = item.Attrib; break;
7zOut.cpp 721 bool defined = db.Files[i].AttribDefined;
732 if (file.AttribDefined)
7zIn.cpp 983 file.AttribDefined = boolVector[i];
984 if (file.AttribDefined)
    [all...]
7zUpdate.cpp 431 if (ui.AttribDefined)
  /external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.h 61 bool AttribDefined;
ArchiveExtractCallback.cpp 205 _fi.AttribDefined = true;
208 _fi.AttribDefined = false;
455 if (_extractMode && _fi.AttribDefined)
  /external/lzma/C/
7z.h 105 Byte AttribDefined;
7zIn.c 1049 f->AttribDefined = defined;
    [all...]
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 193 bool AttribDefined;
261 _processedFileInfo.AttribDefined = false;
268 _processedFileInfo.AttribDefined = true;
394 if (_extractMode && _processedFileInfo.AttribDefined)
  /external/lzma/C/Util/7z/
7zMain.c 388 GetAttribString(f->AttribDefined ? f->Attrib : 0, f->IsDir, attr);
474 if (f->AttribDefined)
  /external/lzma/C/Util/SfxSetup/
SfxSetup.c 488 if (f->AttribDefined)

Completed in 431 milliseconds