| H A D | BrowseDialog.cpp | 112 bool GetParentPath(const UString &path, UString &parentPrefix, UString &name);
463 bool CBrowseDialog::GetParentPath(const UString &path, UString &parentPrefix, UString &name)
in GetParentPath() argument 467 if (path.IsEmpty())
in GetParentPath() 469 if (_topDirPrefix == path)
in GetParentPath() 471 UString s = path;
in GetParentPath() 829 bool MyBrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR path, UString &resultPath)
in MyBrowseForFolder() argument 836 if (!IsSuperOrDevicePath(path))
in MyBrowseForFolder() 837 if (MyStringLen(path) < MAX_PATH)
in MyBrowseForFolder() 839 return NShell::BrowseForFolder(owner, title, path, resultPath);
in MyBrowseForFolder() 849 if (path)
in MyBrowseForFolder() 962 RemoveDotsAndSpaces(UString &path) RemoveDotsAndSpaces() argument 978 UString path = path2; CorrectFsPath() local 1069 CorrectFsPath(const UString & , const UString &path, UString &result) CorrectFsPath() argument [all...] |