Home
last modified time | relevance | path

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

/external/lzma/C/Util/7z/
D7zMain.c290 static void GetAttribString(UInt32 wa, Bool isDir, char *s) in GetAttribString() function
300 static void GetAttribString(UInt32, Bool, char *s) in GetAttribString() function
432GetAttribString(SzBitWithVals_Check(&db.Attribs, i) ? db.Attribs.Vals[i] : 0, isDir, attr); in main()
/external/lzma/CPP/7zip/UI/Console/
DList.cpp134 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()