Home
last modified time | relevance | path

Searched refs:MyBrowseForFolder (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.h8 bool MyBrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR path, UString &resultPath);
DBrowseDialog.cpp810 bool MyBrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR path, UString &resultPath) in MyBrowseForFolder() function
/external/lzma/CPP/7zip/UI/GUI/
DExtractDialog.cpp281 if (!MyBrowseForFolder(*this, title, currentPath, resultPath)) in OnButtonSetPath()