Home
last modified time | relevance | path

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

/external/lzma/C/Util/7z/
D7zMain.c357 static void GetAttribString(UInt32 wa, BoolInt isDir, char *s) in GetAttribString() function
518GetAttribString(SzBitWithVals_Check(&db.Attribs, i) ? db.Attribs.Vals[i] : 0, isDir, attr); in main()
/external/lzma/CPP/7zip/UI/Console/
DList.cpp140 static void GetAttribString(UInt32 wa, bool isDir, bool allAttribs, char *s) in GetAttribString() function
640 GetAttribString((prop.vt == VT_EMPTY) ? 0 : prop.ulVal, IsDir, techMode, temp + tempPos); in PrintItemInfo()