OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetRawProp
(Results
1 - 6
of
6
) sorted by null
/external/lzma/CPP/7zip/UI/Common/
UpdateCallback.cpp
188
STDMETHODIMP CArchiveUpdateCallback::
GetRawProp
(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize, UInt32 *propType)
202
return GetRawProps->
GetRawProp
(
ArchiveExtractCallback.cpp
516
_arc->GetRawProps->
GetRawProp
(_index, kpidNtReparse, &data, &dataSize, &propType);
1052
_arc->GetRawProps->
GetRawProp
(_index, kpidNtSecure, &data, &dataSize, &propType);
OpenArchive.cpp
541
RINOK(GetRawProps->
GetRawProp
(curIndex, kpidName, &p, &size, &propType));
584
if (GetRawProps->
GetRawProp
(index, kpidPath, &p, &size, &propType) == S_OK &&
605
else if (GetRawProps->
GetRawProp
(index, kpidName, &p, &size, &propType) == S_OK &&
626
if (GetRawProps->
GetRawProp
(index2, kpidName, &p2, &size2, &propType) != S_OK)
649
if (GetRawProps->
GetRawProp
(index2, kpidName, &p2, &size2, &propType) != S_OK)
[
all
...]
/external/lzma/CPP/7zip/Archive/
IArchive.h
239
GetRawProp
:
246
STDMETHOD(
GetRawProp
)(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize, UInt32 *propType) x; \
/external/lzma/CPP/7zip/Archive/7z/
7zHandler.cpp
315
STDMETHODIMP CHandler::
GetRawProp
(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize, UInt32 *propType)
/external/lzma/CPP/7zip/UI/Console/
List.cpp
542
RINOK(Arc->GetRawProps->
GetRawProp
(index, f.PropID, &data, &dataSize, &propType));
Completed in 285 milliseconds