Lines Matching refs:FString
27 bool GetWindowsDir(FString &path) in GetWindowsDir()
49 bool GetSystemDir(FString &path) in GetSystemDir()
357 FString path (_path); in CreateComplexDir()
367 const FString path2 (path); in CreateComplexDir()
446 bool RemoveDirWithSubItems(const FString &path) in RemoveDirWithSubItems()
464 FString s (path); in RemoveDirWithSubItems()
491 bool MyGetFullPathName(CFSTR path, FString &resFullPath) in MyGetFullPathName()
499 bool MyGetFullPathName(CFSTR path, FString &resFullPath) in MyGetFullPathName()
519 bool GetCurrentDir(FString &path) in GetCurrentDir()
544 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName) in GetFullPathAndSplit()
555 bool GetOnlyDirPrefix(CFSTR path, FString &resDirPrefix) in GetOnlyDirPrefix()
557 FString resFileName; in GetOnlyDirPrefix()
561 bool MyGetTempPath(FString &path) in MyGetTempPath()
584 static bool CreateTempFile(CFSTR prefix, bool addRandom, FString &path, NIO::COutFile *outFile) in CreateTempFile()
651 FString tempPath; in CreateRandomInTempFolder()
697 FString tempPath; in Create()