Home
last modified time | relevance | path

Searched refs:CSysString (Results 1 – 13 of 13) sorted by relevance

/third_party/lzma/CPP/Windows/
DShell.cpp141 bool GetPathFromIDList(LPCITEMIDLIST itemIDList, CSysString &path) in GetPathFromIDList()
153 bool BrowseForFolder(LPBROWSEINFO, CSysString) in BrowseForFolder() argument
158 bool BrowseForFolder(HWND, LPCTSTR, UINT, LPCTSTR, CSysString &) in BrowseForFolder() argument
164 LPCTSTR /* initialFolder */, CSysString & /* resultPath */) in BrowseForFolder() argument
183 bool BrowseForFolder(LPBROWSEINFO browseInfo, CSysString &resultPath) in BrowseForFolder()
225 LPCTSTR initialFolder, CSysString &resultPath) in BrowseForFolder()
227 CSysString displayName; in BrowseForFolder()
249 LPCTSTR initialFolder, CSysString &resultPath) in BrowseForFolder()
345 CSysString s; in BrowseForFolder()
DShell.h83 bool GetPathFromIDList(LPCITEMIDLIST itemIDList, CSysString &path);
84 bool BrowseForFolder(LPBROWSEINFO lpbi, CSysString &resultPath);
85 bool BrowseForFolder(HWND owner, LPCTSTR title, LPCTSTR initialFolder, CSysString &resultPath);
DResourceString.cpp20 static CSysString MyLoadStringA(HINSTANCE hInstance, UINT resourceID) in MyLoadStringA()
22 CSysString s; in MyLoadStringA()
DWindow.cpp114 bool CWindow::GetText(CSysString &s) in GetText()
152 CSysString sysString; in GetText()
DRegistry.h66 LONG QueryValue(LPCTSTR name, CSysString &value);
DRegistry.cpp253 LONG CKey::QueryValue(LPCTSTR name, CSysString &value) in QueryValue()
335 CSysString keyName; in EnumKeys()
DWindow.h249 bool GetText(CSysString &s);
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
DSfxSetup.cpp265 CSysString filePath (GetSystemString(executeFile)); in WinMain()
283 CSysString parametersSys (GetSystemString(executeParameters)); in WinMain()
342 CSysString appLaunchedSys (GetSystemString(dirPrefix + appLaunched)); in WinMain()
/third_party/lzma/CPP/Windows/Control/
DComboBox.cpp18 LRESULT CComboBox::GetLBText(int index, CSysString &s) in GetLBText()
DComboBox.h37 LRESULT GetLBText(int index, CSysString &s);
/third_party/lzma/CPP/7zip/UI/Common/
DZipRegistry.h94 CSysString FormatID;
/third_party/lzma/CPP/Common/
DStringConvert.h85 AString SystemStringToOemString(const CSysString &src);
DMyString.h897 typedef UString CSysString; typedef
899 typedef AString CSysString; typedef
902 typedef CObjectVector<CSysString> CSysStringVector;