Home
last modified time | relevance | path

Searched refs:techMode (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/UI/Console/
DList.cpp532 bool techMode = this->TechMode; in PrintItemInfo() local
545 if (!techMode) in PrintItemInfo()
551 if (techMode) in PrintItemInfo()
561 if (!techMode) in PrintItemInfo()
564 if (techMode) in PrintItemInfo()
640 GetAttribString((prop.vt == VT_EMPTY) ? 0 : prop.ulVal, IsDir, techMode, temp + tempPos); in PrintItemInfo()
641 if (techMode) in PrintItemInfo()
648 if (!techMode) in PrintItemInfo()
657 if (techMode) in PrintItemInfo()
676 if (techMode) in PrintItemInfo()
[all …]
DList.h17 bool enableHeaders, bool techMode,