Searched refs:GetAttribString (Results 1 – 2 of 2) sorted by relevance
/external/lzma/C/Util/7z/ |
D | 7zMain.c | 290 static void GetAttribString(UInt32 wa, Bool isDir, char *s) in GetAttribString() function 300 static void GetAttribString(UInt32, Bool, char *s) in GetAttribString() function 432 … GetAttribString(SzBitWithVals_Check(&db.Attribs, i) ? db.Attribs.Vals[i] : 0, isDir, attr); in main()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | List.cpp | 134 static void GetAttribString(UInt32 wa, bool isDir, bool allAttribs, char *s) in GetAttribString() function 604 GetAttribString((prop.vt == VT_EMPTY) ? 0 : prop.ulVal, IsFolder, techMode, temp + tempPos); in PrintItemInfo()
|