Lines Matching refs:FString
205 const FString &directoryPath, in Init()
334 void CArchiveExtractCallback::CreateComplexDirectory(const UStringVector &dirPathParts, FString &fu… in CreateComplexDirectory()
394 static void AddPathToMessage(UString &s, const FString &path) in AddPathToMessage()
400 HRESULT CArchiveExtractCallback::SendMessageError(const char *message, const FString &path) in SendMessageError()
407 HRESULT CArchiveExtractCallback::SendMessageError_with_LastError(const char *message, const FString… in SendMessageError_with_LastError()
420 …ExtractCallback::SendMessageError2(const char *message, const FString &path1, const FString &path2) in SendMessageError2()
551 static FString MakePath_from_2_Parts(const FString &prefix, const FString &path) in MakePath_from_2_Parts()
553 FString s (prefix); in MakePath_from_2_Parts()
1035 FString fullPathNew; in GetStream()
1072 FString fullProcessedPath (us2fs(processedPath)); in GetStream()
1123 FString realFullProcessedPath (fullProcessedPath.Left(slashPos + 1) + fileInfo.Name); in GetStream()
1156 FString existPath (fullProcessedPath); in GetStream()
1204 FString parentFsPath (fullProcessedPath); in GetStream()
1240 FString existPath; in GetStream()
1337 FString &hl = _hardLinks.Links[linkIndex]; in GetStream()