Home | History | Annotate | Download | only in Windows

Lines Matching refs:sysPath

35 static UString GetUnicodePath(const CSysString &sysPath)

36 { return MultiByteToUnicodeString(sysPath, GetCurrentCodePage()); }
37 static CSysString GetSysPath(LPCWSTR sysPath)
38 { return UnicodeStringToMultiByte(sysPath, GetCurrentCodePage()); }
68 CSysString sysPath;
69 if (!MyGetWindowsDirectory(sysPath))
71 path = GetUnicodePath(sysPath);
83 CSysString sysPath;
84 if (!MyGetSystemDirectory(sysPath))
86 path = GetUnicodePath(sysPath);
588 CSysString sysPath;
589 if (!MyGetFullPathName(GetSysPath(fileName), sysPath, fileNamePartStartIndex))
591 UString resultPath1 = GetUnicodePath(sysPath.Left(fileNamePartStartIndex));
592 UString resultPath2 = GetUnicodePath(sysPath.Mid(fileNamePartStartIndex));
659 CSysString sysPath;
660 if (!MyGetCurrentDirectory(sysPath))
662 path = GetUnicodePath(sysPath);
693 CSysString sysPath;
698 sysPath, filePart))
700 UString resultPath1 = GetUnicodePath(sysPath.Left(filePart));
701 UString resultPath2 = GetUnicodePath(sysPath.Mid(filePart));
725 CSysString sysPath;
726 if (!MyGetTempPath(sysPath))
728 path = GetUnicodePath(sysPath);
749 CSysString sysPath;
753 sysPath);
754 path = GetUnicodePath(sysPath);