Lines Matching refs:UString

27 bool GetLongPathBase(LPCWSTR fileName, UString &res);
28 bool GetLongPath(LPCWSTR fileName, UString &res);
35 static UString GetUnicodePath(const CSysString &sysPath) in GetUnicodePath()
60 bool MyGetWindowsDirectory(UString &path) in MyGetWindowsDirectory()
75 bool MyGetSystemDirectory(UString &path) in MyGetSystemDirectory()
106 UString longPath; in SetDirTime()
128 UString longPath; in MySetFileAttributes()
140 UString longPath; in MyRemoveDirectory()
148 bool GetLongPaths(LPCWSTR s1, LPCWSTR s2, UString &d1, UString &d2) in GetLongPaths()
164 UString d1, d2; in MyMoveFile()
179 UString longPath; in MySetFileAttributes()
194 UString longPath; in MyRemoveDirectory()
208 UString d1, d2; in MyMoveFile()
223 UString longPath; in MyCreateDirectory()
241 UString longPath; in MyCreateDirectory()
327 UString pathName = _aPathName; in CreateComplexDirectory()
335 UString pathName2 = pathName; in CreateComplexDirectory()
378 UString longPath; in DeleteFileAlways()
395 UString longPath; in DeleteFileAlways()
426 static bool RemoveDirectorySubItems2(const UString pathPrefix, const NFind::CFileInfoW &fileInfo) in RemoveDirectorySubItems2()
432 bool RemoveDirectoryWithSubItems(const UString &path) in RemoveDirectoryWithSubItems()
435 UString pathPrefix = path + UString(NName::kDirDelimiter); in RemoveDirectoryWithSubItems()
437 NFind::CEnumeratorW enumerator(pathPrefix + UString(NName::kAnyStringWildcard)); in RemoveDirectoryWithSubItems()
467 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath) in MyGetFullPathName()
473 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath, int &fileNamePartStartIndex) in MyGetFullPathName()
493 static UString GetLastPart(LPCWSTR path) in GetLastPart()
505 static void AddTrailingDots(LPCWSTR oldPath, UString &newPath) in AddTrailingDots()
512 UString oldName = GetLastPart(oldPath); in AddTrailingDots()
513 UString newName = GetLastPart(newPath); in AddTrailingDots()
556 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath, int &fileNamePartStartIndex) in MyGetFullPathName()
591 UString resultPath1 = GetUnicodePath(sysPath.Left(fileNamePartStartIndex)); in MyGetFullPathName()
592 UString resultPath2 = GetUnicodePath(sysPath.Mid(fileNamePartStartIndex)); in MyGetFullPathName()
608 bool MyGetFullPathName(LPCWSTR fileName, UString &path) in MyGetFullPathName()
616 bool GetOnlyName(LPCWSTR fileName, UString &resultName) in GetOnlyName()
627 bool GetOnlyDirPrefix(LPCWSTR fileName, UString &resultName) in GetOnlyDirPrefix()
651 bool MyGetCurrentDirectory(UString &path) in MyGetCurrentDirectory()
681 UString &resultPath, UINT32 &filePart) in MySearchPath()
700 UString resultPath1 = GetUnicodePath(sysPath.Left(filePart)); in MySearchPath()
701 UString resultPath2 = GetUnicodePath(sysPath.Mid(filePart)); in MySearchPath()
716 bool MyGetTempPath(UString &path) in MyGetTempPath()
741 UINT MyGetTempFileName(LPCWSTR dirPath, LPCWSTR prefix, UString &path) in MyGetTempFileName()
797 UINT CTempFileW::Create(LPCWSTR dirPath, LPCWSTR prefix, UString &resultPath) in Create()
809 bool CTempFileW::Create(LPCWSTR prefix, UString &resultPath) in Create()
811 UString tempPath; in Create()
870 bool CreateTempDirectory(LPCWSTR prefix, UString &dirName) in CreateTempDirectory()