Searched refs:CSysString (Results 1 – 13 of 13) sorted by relevance
/external/lzma/CPP/Windows/ |
D | Shell.cpp | 123 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()
|
D | Shell.h | 83 bool GetPathFromIDList(LPCITEMIDLIST itemIDList, CSysString &path); 84 bool BrowseForFolder(LPBROWSEINFO lpbi, CSysString &resultPath); 85 bool BrowseForFolder(HWND owner, LPCTSTR title, LPCTSTR initialFolder, CSysString &resultPath);
|
D | ResourceString.cpp | 20 static CSysString MyLoadStringA(HINSTANCE hInstance, UINT resourceID) in MyLoadStringA() 22 CSysString s; in MyLoadStringA()
|
D | Window.cpp | 114 bool CWindow::GetText(CSysString &s) in GetText() 152 CSysString sysString; in GetText()
|
D | Registry.h | 66 LONG QueryValue(LPCTSTR name, CSysString &value);
|
D | Registry.cpp | 237 LONG CKey::QueryValue(LPCTSTR name, CSysString &value) in QueryValue() 319 CSysString keyName; in EnumKeys()
|
D | Window.h | 249 bool GetText(CSysString &s);
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | SfxSetup.cpp | 263 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/ |
D | ComboBox.cpp | 18 LRESULT CComboBox::GetLBText(int index, CSysString &s) in GetLBText()
|
D | ComboBox.h | 29 LRESULT GetLBText(int index, CSysString &s);
|
/external/lzma/CPP/7zip/UI/Common/ |
D | ZipRegistry.h | 46 CSysString FormatID;
|
/external/lzma/CPP/Common/ |
D | StringConvert.h | 74 AString SystemStringToOemString(const CSysString &srcString);
|
D | MyString.h | 734 typedef UString CSysString; typedef 736 typedef AString CSysString; typedef 739 typedef CObjectVector<CSysString> CSysStringVector;
|