Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.h361 HRESULT ReOpen(const COpenOptions &options);
412 HRESULT ReOpen(COpenOptions &options);
DOpenArchive.cpp3321 HRESULT CArc::ReOpen(const COpenOptions &op) in ReOpen() function in CArc
3373 HRESULT CArchiveLink::ReOpen(COpenOptions &op) in ReOpen() function in CArchiveLink
3407 HRESULT res = arc.ReOpen(op); in ReOpen()