Searched refs:getProp (Results 1 – 4 of 4) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
D | LoadCodecs.cpp | 296 Func_GetHandlerProperty getProp, in GetProp() argument 302 return getProp(propID, &prop); in GetProp() 306 Func_GetHandlerProperty getProp, in GetProp_Bool() argument 312 RINOK(GetProp(getProp, getProp2, index, propID, prop)); in GetProp_Bool() 321 Func_GetHandlerProperty getProp, in GetProp_UInt32() argument 328 RINOK(GetProp(getProp, getProp2, index, propID, prop)); in GetProp_UInt32() 340 Func_GetHandlerProperty getProp, in GetProp_String() argument 346 RINOK(GetProp(getProp, getProp2, index, propID, prop)); in GetProp_String() 355 Func_GetHandlerProperty getProp, in GetProp_RawData() argument 361 RINOK(GetProp(getProp, getProp2, index, propID, prop)); in GetProp_RawData() [all …]
|
D | IFileExtractCallback.h | 104 …*name, Int32 isDir, ISequentialOutStream **outStream, Int32 askExtractMode, IGetProp *getProp) x; \
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ExtractCallback.cpp | 783 static HRESULT GetTime(IGetProp *getProp, PROPID propID, FILETIME &ft, bool &ftDefined) in GetTime() argument 787 RINOK(getProp->GetProp(propID, &prop)); in GetTime() 799 static HRESULT GetItemBoolProp(IGetProp *getProp, PROPID propID, bool &result) in GetItemBoolProp() argument 803 RINOK(getProp->GetProp(propID, &prop)); in GetItemBoolProp() 815 IGetProp *getProp) in GetStream7() argument 826 GetItemBoolProp(getProp, kpidIsAltStream, _isAltStream); in GetStream7() 840 RINOK(getProp->GetProp(kpidSize, &prop)); in GetStream7() 867 RINOK(GetTime(getProp, kpidCTime, file.CTime, file.CTimeDefined)); in GetStream7() 868 RINOK(GetTime(getProp, kpidATime, file.ATime, file.ATimeDefined)); in GetStream7() 869 RINOK(GetTime(getProp, kpidMTime, file.MTime, file.MTimeDefined)); in GetStream7() [all …]
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | SerializerBase.java | 1569 return getProp(name,false); in getOutputPropertyNonDefault() 1592 return getProp(name, true); in getOutputPropertyDefault() 1634 private String getProp(String name, boolean defaultVal) { in getProp() method in SerializerBase
|