Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/GUI/
DExtractDialog.cpp196 if (_info.SplitDest.Val) in OnInit()
385 if (splitDest != _info.SplitDest.Val) in OnOK()
387 _info.SplitDest.Def = true; in OnOK()
388 _info.SplitDest.Val = splitDest; in OnOK()
/third_party/lzma/CPP/7zip/UI/Common/
DZipRegistry.h32 CBoolPair SplitDest; member