Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DShell.cpp121 bool GetPathFromIDList(LPCITEMIDLIST itemIDList, CSysString &path) in GetPathFromIDList()
132 bool BrowseForFolder(LPBROWSEINFO, CSysString) in BrowseForFolder() argument
137 bool BrowseForFolder(HWND, LPCTSTR, UINT, LPCTSTR, CSysString &) in BrowseForFolder() argument
143 LPCTSTR /* initialFolder */, CSysString & /* resultPath */) in BrowseForFolder() argument
162 bool BrowseForFolder(LPBROWSEINFO browseInfo, CSysString &resultPath) in BrowseForFolder()
204 LPCTSTR initialFolder, CSysString &resultPath) in BrowseForFolder()
206 CSysString displayName; in BrowseForFolder()
226 LPCTSTR initialFolder, CSysString &resultPath) in BrowseForFolder()
321 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()
142 CSysString sysString; in GetText()
DRegistry.h66 LONG QueryValue(LPCTSTR name, CSysString &value);
DRegistry.cpp236 LONG CKey::QueryValue(LPCTSTR name, CSysString &value) in QueryValue()
306 CSysString keyName; in EnumKeys()
DWindow.h248 bool GetText(CSysString &s);
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DSfxSetup.cpp254 CSysString filePath = GetSystemString(executeFile); in WinMain()
273 CSysString parametersSys = GetSystemString(executeParameters); in WinMain()
332 CSysString appLaunchedSys = GetSystemString(dirPrefix + appLaunched); in WinMain()
/external/lzma/CPP/Windows/Control/
DComboBox.cpp18 LRESULT CComboBox::GetLBText(int index, CSysString &s) in GetLBText()
DComboBox.h27 LRESULT GetLBText(int index, CSysString &s);
/external/lzma/CPP/7zip/UI/Common/
DZipRegistry.h46 CSysString FormatID;
/external/lzma/CPP/Common/
DMyString.h475 typedef UString CSysString; typedef
477 typedef AString CSysString; typedef
480 typedef CObjectVector<CSysString> CSysStringVector;
DStringConvert.h74 AString SystemStringToOemString(const CSysString &srcString);
DStringConvert.cpp121 AString SystemStringToOemString(const CSysString &srcString) in SystemStringToOemString()