Lines Matching refs:FString
110 CObjectVector<FString> Links;
132 FString Path;
135 CIndexToPathPair(UInt32 index, const FString &path): Index(index), Path(path) {} in CIndexToPathPair()
162 FString _dirPathPrefix;
163 FString _dirPathPrefix_Full;
176 FString _diskFilePath;
240 void CreateComplexDirectory(const UStringVector &dirPathParts, FString &fullPath);
244 HRESULT SendMessageError(const char *message, const FString &path);
245 HRESULT SendMessageError_with_LastError(const char *message, const FString &path);
246 HRESULT SendMessageError2(const char *message, const FString &path1, const FString &path2);
298 const FString &directoryPath,