HomeSort by relevance Sort by last modified time
    Searched refs:CSysString (Results 1 - 20 of 20) sorted by null

  /external/lzma/CPP/Windows/
Error.h 11 bool MyFormatMessage(DWORD messageID, CSysString &message);
12 inline CSysString MyFormatMessage(DWORD messageID)
14 CSysString message;
FileDir.h 17 bool MyGetWindowsDirectory(CSysString &path);
18 bool MyGetSystemDirectory(CSysString &path);
32 bool RemoveDirectoryWithSubItems(const CSysString &path);
44 bool GetOnlyDirPrefix(LPCTSTR fileName, CSysString &resultName);
45 bool GetOnlyName(LPCTSTR fileName, CSysString &resultName);
50 bool MyGetShortPathName(LPCTSTR longPath, CSysString &shortPath);
52 bool MyGetFullPathName(LPCTSTR fileName, CSysString &resultPath, int &fileNamePartStartIndex);
53 bool MyGetFullPathName(LPCTSTR fileName, CSysString &resultPath);
64 bool MyGetCurrentDirectory(CSysString &resultPath);
70 bool MySearchPath(LPCTSTR path, LPCTSTR fileName, LPCTSTR extension, CSysString &resultPath, UINT32 &filePart);
    [all...]
FileName.h 17 void NormalizeDirPathPrefix(CSysString &dirPath); // ensures that it ended with '\\'
Error.cpp 17 bool MyFormatMessage(DWORD messageID, CSysString &message)
43 CSysString messageSys;
DLL.cpp 57 CSysString GetSysPath(LPCWSTR sysPath)
74 bool MyGetModuleFileName(HMODULE hModule, CSysString &result)
102 CSysString resultSys;
FileDir.cpp 35 static UString GetUnicodePath(const CSysString &sysPath)
37 static CSysString GetSysPath(LPCWSTR sysPath)
43 bool MyGetWindowsDirectory(CSysString &path)
50 bool MyGetSystemDirectory(CSysString &path)
68 CSysString sysPath;
83 CSysString sysPath;
255 CSysString fullPath = path.Prefix;
259 const CSysString &string = path.PathParts[i];
281 CSysString pathName = _aPathName;
289 CSysString pathName2 = pathName;
    [all...]
FileName.cpp 12 void NormalizeDirPathPrefix(CSysString &dirPath)
FileFind.h 63 CSysString Name;
110 CSysString _wildcard;
114 CEnumerator(const CSysString &wildcard): _wildcard(wildcard) {}
DLL.h 52 bool MyGetModuleFileName(HMODULE hModule, CSysString &result);
Registry.h 51 // LONG SetValue(LPCTSTR valueName, const CSysString &value);
67 LONG QueryValue(LPCTSTR name, CSysString &value);
FileFind.cpp 400 CSysString buffer;
406 CSysString string;
Registry.cpp 137 LONG CKey::SetValue(LPCTSTR name, const CSysString &value)
236 LONG CKey::QueryValue(LPCTSTR name, CSysString &value)
306 CSysString keyName;
  /external/lzma/CPP/7zip/Common/
InOutTempBuffer.h 18 CSysString _tempFileName;
InOutTempBuffer.cpp 45 CSysString tempDirPath;
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 35 static CSysString GetLibraryFolderPrefix()
40 CSysString path = fullPath;
44 return CSysString(); // FIX IT
55 static bool ReadPathFromRegistry(HKEY baseKey, CSysString &path)
69 CSysString GetBaseFolderPrefixFromRegistry()
71 CSysString moduleFolderPrefix = GetLibraryFolderPrefix();
77 CSysString path;
347 HRESULT CCodecs::LoadDll(const CSysString &dllPath, bool needCheckDll)
396 HRESULT CCodecs::LoadDllsFromFolder(const CSysString &folderPrefix)
398 NFile::NFind::CEnumerator enumerator(folderPrefix + CSysString(TEXT("*")));
    [all...]
ZipRegistry.h 35 CSysString FormatID;
LoadCodecs.h 128 CSysString Path;
154 HRESULT LoadDll(const CSysString &path, bool needCheckDll);
155 HRESULT LoadDllsFromFolder(const CSysString &folderPrefix);
  /external/lzma/CPP/Common/
StringConvert.cpp 53 AString SystemStringToOemString(const CSysString &srcString)
StringConvert.h 70 AString SystemStringToOemString(const CSysString &srcString);
MyString.h 618 typedef UString CSysString;
620 typedef AString CSysString;
623 typedef CObjectVector<CSysString> CSysStringVector;

Completed in 700 milliseconds