Lines Matching refs:FString
27 bool GetWindowsDir(FString &path) in GetWindowsDir()
49 bool GetSystemDir(FString &path) in GetSystemDir()
257 FString pathName = _aPathName; in CreateComplexDir()
265 const FString pathName2 = pathName; in CreateComplexDir()
330 bool RemoveDirWithSubItems(const FString &path) in RemoveDirWithSubItems()
348 FString s = path; in RemoveDirWithSubItems()
375 bool MyGetFullPathName(CFSTR path, FString &resFullPath) in MyGetFullPathName()
383 bool MyGetFullPathName(CFSTR path, FString &resFullPath) in MyGetFullPathName()
403 bool GetCurrentDir(FString &path) in GetCurrentDir()
428 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName) in GetFullPathAndSplit()
439 bool GetOnlyDirPrefix(CFSTR path, FString &resDirPrefix) in GetOnlyDirPrefix()
441 FString resFileName; in GetOnlyDirPrefix()
445 bool MyGetTempPath(FString &path) in MyGetTempPath()
468 static bool CreateTempFile(CFSTR prefix, bool addRandom, FString &path, NIO::COutFile *outFile) in CreateTempFile()
535 FString tempPath; in CreateRandomInTempFolder()
566 FString tempPath; in Create()