Home
last modified time | relevance | path

Searched refs:BindToPath (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
DPanelFolderChange.cpp76 HRESULT CPanel::BindToPath(const UString &fullPath, const UString &arcFormat, COpenResult &openRes) in BindToPath() function in CPanel
330 HRESULT res = BindToPath(s, UString(), openRes); in BindToPathAndRefresh()
980 BindToPath(parentFolderPrefix, UString(), openRes); in OpenParentFolder()
DPanel.cpp104 RINOK(BindToPath(cfp, arcFormat, openRes)) in Create()
DPanel.h565 …HRESULT BindToPath(const UString &fullPath, const UString &arcFormat, COpenResult &openRes); // ca…
DApp.cpp893 destPanel.BindToPath(parentPrefix, UString(), openRes); in OnSetSubFolder()