Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp547 case kpidIsDir: PropVarEm_Set_Bool(value, item.IsDir); break; in GetProperty()
580 …case kpidEncrypted: PropVarEm_Set_Bool(value, IsFolderEncrypted(_db.FileIndexToFolderIndexMap[ind… in GetProperty()
581 case kpidIsAnti: PropVarEm_Set_Bool(value, _db.IsItemAnti(index2)); break; in GetProperty()
/external/lzma/CPP/Windows/
DPropVariant.h39 inline void PropVarEm_Set_Bool(PROPVARIANT *p, bool b) throw() in PropVarEm_Set_Bool() function