Searched refs:AttribDefined (Results 1 - 12 of 12) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
H A D7zItem.h162 bool AttribDefined; member in struct:NArchive::N7z::CFileItem
172 AttribDefined(false)
176 AttribDefined = true;
H A D7zUpdate.h60 bool AttribDefined; member in struct:NArchive::N7z::CUpdateItem
75 AttribDefined(false),
H A D7zHandlerOut.cpp341 ui.AttribDefined = false;
347 ui.AttribDefined = true;
423 ui.AttribDefined = false;
432 if (!folderStatusIsDefined && ui.AttribDefined)
H A D7zOut.cpp683 bool defined = db.Files[i].AttribDefined;
696 if (file.AttribDefined)
H A D7zHandler.cpp578 case kpidAttrib: if (item.AttribDefined) PropVarEm_Set_UInt32(value, item.Attrib); break;
H A D7zIn.cpp1228 file.AttribDefined = boolVector[i];
1229 if (file.AttribDefined)
H A D7zUpdate.cpp1094 if (ui.AttribDefined)
/external/lzma/CPP/7zip/UI/FileManager/
H A DExtractCallback.h75 bool AttribDefined; member in struct:CVirtFile
90 AttribDefined(false),
H A DExtractCallback.cpp874 file.AttribDefined = true;
1029 if (file.AttribDefined)
/external/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp226 bool AttribDefined; member in struct:CArchiveExtractCallback::CProcessedFileInfo
294 _processedFileInfo.AttribDefined = false;
301 _processedFileInfo.AttribDefined = true;
451 if (_extractMode && _processedFileInfo.AttribDefined)
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.h198 bool AttribDefined; member in struct:CArchiveExtractCallback::CProcessedFileInfo
H A DArchiveExtractCallback.cpp963 _fi.AttribDefined = true;
966 _fi.AttribDefined = false;
1513 if (!_stdOutMode && _extractMode && _fi.AttribDefined)

Completed in 1199 milliseconds