Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Console/
DList.cpp496 bool techMode = this->TechMode; in PrintItemInfo() local
509 if (!techMode) in PrintItemInfo()
515 if (techMode) in PrintItemInfo()
525 if (!techMode) in PrintItemInfo()
528 if (techMode) in PrintItemInfo()
604 GetAttribString((prop.vt == VT_EMPTY) ? 0 : prop.ulVal, IsFolder, techMode, temp + tempPos); in PrintItemInfo()
605 if (techMode) in PrintItemInfo()
612 if (!techMode) in PrintItemInfo()
621 if (techMode) in PrintItemInfo()
637 if (techMode) in PrintItemInfo()
[all …]
DList.h17 bool enableHeaders, bool techMode,