Lines Matching refs:FString
14 bool GetWindowsDir(FString &path);
15 bool GetSystemDir(FString &path);
29 bool RemoveDirWithSubItems(const FString &path);
31 bool MyGetFullPathName(CFSTR path, FString &resFullPath);
32 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName);
33 bool GetOnlyDirPrefix(CFSTR path, FString &resDirPrefix);
38 bool GetCurrentDir(FString &resultPath);
42 bool MyGetTempPath(FString &resultPath);
47 FString _path;
52 const FString &GetPath() const { return _path; } in GetPath()
62 FString _path;
66 const FString &GetPath() const { return _path; } in GetPath()
75 FString _path;
87 FString s; in ~CCurrentDirRestorer()