Home
last modified time | relevance | path

Searched refs:FixSlashAfterToken (Results 1 – 3 of 3) sorted by relevance

/dports/games/ags/ags_linux_v.3.4.4.1/Engine/ac/
H A Dfile.cpp231 bool FixSlashAfterToken(const String &path, const String &token, String &new_path) in FixSlashAfterToken() function
242 String FixSlashAfterToken(const String &path) in FixSlashAfterToken() function
246 if (FixSlashAfterToken(fixed_path, GameInstallRootToken, fixed_path) || in FixSlashAfterToken()
247 FixSlashAfterToken(fixed_path, UserSavedgamesRootToken, fixed_path) || in FixSlashAfterToken()
248 FixSlashAfterToken(fixed_path, GameSavedgamesDirToken, fixed_path) || in FixSlashAfterToken()
249 FixSlashAfterToken(fixed_path, GameDataDirToken, fixed_path)) in FixSlashAfterToken()
297 String sc_path = FixSlashAfterToken(orig_sc_path); in ResolveScriptPath()
H A Dpath_helper.h41 String FixSlashAfterToken(const String &path);
H A Dgame.cpp371 String newSaveGameDir = FixSlashAfterToken(newFolder); in MakeSaveGameDir()