OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BeforeOpen
(Results
1 - 4
of
4
) sorted by null
/external/lzma/CPP/7zip/UI/Common/
IFileExtractCallback.h
36
virtual HRESULT
BeforeOpen
(const wchar_t *name) = 0;
Extract.cpp
161
RINOK(extractCallback->
BeforeOpen
(arcPath));
/external/lzma/CPP/7zip/UI/Console/
ExtractCallbackConsole.h
41
HRESULT
BeforeOpen
(const wchar_t *name);
ExtractCallbackConsole.cpp
160
HRESULT CExtractCallbackConsole::
BeforeOpen
(const wchar_t *name)
Completed in 937 milliseconds