Lines Matching refs:UString
14 bool GetLongPaths(LPCWSTR s1, LPCWSTR s2, UString &d1, UString &d2);
20 bool MyGetWindowsDirectory(UString &path);
21 bool MyGetSystemDirectory(UString &path);
41 bool RemoveDirectoryWithSubItems(const UString &path);
47 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath);
48 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath, int &fileNamePartStartIndex);
55 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath,
57 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath);
58 bool GetOnlyName(LPCWSTR fileName, UString &resultName);
59 bool GetOnlyDirPrefix(LPCWSTR fileName, UString &resultName);
67 bool MyGetCurrentDirectory(UString &resultPath);
72 bool MySearchPath(LPCWSTR path, LPCWSTR fileName, LPCWSTR extension, UString &resultPath, UINT32 &f…
82 inline bool MySearchPath(LPCWSTR path, LPCWSTR fileName, LPCWSTR extension, UString &resultPath) in MySearchPath()
93 bool MyGetTempPath(UString &resultPath);
98 UINT MyGetTempFileName(LPCWSTR dirPath, LPCWSTR prefix, UString &resultPath);
120 UString _fileName;
125 UINT Create(LPCWSTR dirPath, LPCWSTR prefix, UString &resultPath);
126 bool Create(LPCWSTR prefix, UString &resultPath);
158 UString _tempDir;
160 const UString &GetPath() const { return _tempDir; } in GetPath()