Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DShell.cpp123 bool GetPathFromIDList(LPCITEMIDLIST itemIDList, CSysString &path) in GetPathFromIDList()
135 bool BrowseForFolder(LPBROWSEINFO, CSysString) in BrowseForFolder() argument
140 bool BrowseForFolder(HWND, LPCTSTR, UINT, LPCTSTR, CSysString &) in BrowseForFolder() argument
146 LPCTSTR /* initialFolder */, CSysString & /* resultPath */) in BrowseForFolder() argument
165 bool BrowseForFolder(LPBROWSEINFO browseInfo, CSysString &resultPath) in BrowseForFolder()
207 LPCTSTR initialFolder, CSysString &resultPath) in BrowseForFolder()
209 CSysString displayName; in BrowseForFolder()
231 LPCTSTR initialFolder, CSysString &resultPath) in BrowseForFolder()
327 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.cpp237 LONG CKey::QueryValue(LPCTSTR name, CSysString &value) in QueryValue()
319 CSysString keyName; in EnumKeys()
DWindow.h249 bool GetText(CSysString &s);
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DSfxSetup.cpp263 CSysString filePath = GetSystemString(executeFile); in WinMain()
281 CSysString parametersSys = GetSystemString(executeParameters); in WinMain()
340 CSysString appLaunchedSys = GetSystemString(dirPrefix + appLaunched); in WinMain()
/external/lzma/CPP/Windows/Control/
DComboBox.cpp18 LRESULT CComboBox::GetLBText(int index, CSysString &s) in GetLBText()
DComboBox.h29 LRESULT GetLBText(int index, CSysString &s);
/external/lzma/CPP/7zip/UI/Common/
DZipRegistry.h46 CSysString FormatID;
/external/lzma/CPP/Common/
DStringConvert.h74 AString SystemStringToOemString(const CSysString &srcString);
DMyString.h734 typedef UString CSysString; typedef
736 typedef AString CSysString; typedef
739 typedef CObjectVector<CSysString> CSysStringVector;