Home
last modified time | relevance | path

Searched refs:safe_strcat_path (Results 1 – 15 of 15) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/platform/
H A DLinux.cpp152 safe_strcat_path(outPath, "ubuntu12_32/steamapps/content", outSize); in platform_get_steam_path()
161 safe_strcat_path(steamPath, "Steam/ubuntu12_32/steamapps/content", sizeof(steamPath)); in platform_get_steam_path()
173safe_strcat_path(steamPath, ".local/share/Steam/ubuntu12_32/steamapps/content", sizeof(steamPath)); in platform_get_steam_path()
182safe_strcat_path(steamPath, ".steam/steam/ubuntu12_32/steamapps/content", sizeof(steamPath)); in platform_get_steam_path()
H A DWindows.cpp73 safe_strcat_path(checkPath, "Data", MAX_PATH); in platform_original_game_data_exists()
74 safe_strcat_path(checkPath, "g1.dat", MAX_PATH); in platform_original_game_data_exists()
180 safe_strcat_path(outPath, "steamapps\\common", outSize); in platform_get_steam_path()
417 safe_strcat_path(buffer, font->filename, size); in platform_get_font_path()
425 safe_strcat_path(buffer, font->filename, size); in platform_get_font_path()
H A DPosix.cpp84 safe_strcat_path(checkPath, "Data", MAX_PATH); in platform_original_game_data_exists()
85 safe_strcat_path(checkPath, "g1.dat", MAX_PATH); in platform_original_game_data_exists()
173 safe_strcat_path(pidFilePath, SINGLE_INSTANCE_MUTEX_NAME, sizeof(pidFilePath)); in platform_lock_single_instance()
H A Dmacos.mm143 safe_strcat_path(outPath, "changelog.txt", outSize);
153 safe_strcat_path(
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/
H A DGame.cpp619 safe_strcat_path(savePath, name, sizeof(savePath)); in save_game_cmd()
672 safe_strcat_path(filter, "autosave", sizeof(filter)); in limit_autosave_count()
673 safe_strcat_path(filter, fileFilter, sizeof(filter)); in limit_autosave_count()
699 safe_strcat_path(autosaveFiles[i].data(), "autosave", sizeof(utf8) * MAX_PATH); in limit_autosave_count()
700safe_strcat_path(autosaveFiles[i].data(), scanner->GetPathRelative(), sizeof(utf8) * MAX_PATH); in limit_autosave_count()
748 safe_strcat_path(path, "autosave", sizeof(path)); in game_autosave()
751 safe_strcat_path(path, timeName, sizeof(path)); in game_autosave()
752 safe_strcat_path(backupPath, "autosave", sizeof(backupPath)); in game_autosave()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DLoadSave.cpp396 safe_strcat_path(path, _defaultPath.c_str(), pathSize); in browse()
407 safe_strcat_path(path, buffer.c_str(), pathSize); in browse()
585 safe_strcat_path(path, text, sizeof(path)); in window_loadsave_textinput()
605 safe_strcat_path(path, text, sizeof(path)); in window_loadsave_textinput()
917 safe_strcat_path(filter, "*", std::size(filter)); in window_loadsave_populate_list()
H A DInstallTrack.cpp440 safe_strcat_path(destPath, _trackName.c_str(), sizeof(destPath)); in window_install_track_design()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/util/
H A DUtil.h48 char* safe_strcat_path(char* destination, const char* source, size_t size);
H A DUtil.cpp487 char* safe_strcat_path(char* destination, const char* source, size_t size) in safe_strcat_path() function
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/core/
H A DPath.cpp28 return safe_strcat_path(buffer, src, bufferSize); in Append()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/config/
H A DConfig.cpp960 safe_strcat_path(buffer, "Data", MAX_PATH); in FindCsg1datAtLocation()
963 safe_strcat_path(checkPath1, "CSG1.DAT", MAX_PATH); in FindCsg1datAtLocation()
964 safe_strcat_path(checkPath2, "CSG1.1", MAX_PATH); in FindCsg1datAtLocation()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/scenario/
H A DScenario.cpp136 safe_strcat_path(savePath, park.Name.c_str(), sizeof(savePath)); in scenario_begin()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/drawing/
H A DDrawing.Sprite.cpp270 safe_strcat_path(path, "g2.dat", MAX_PATH); in gfx_load_g2()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/interface/
H A DInteractiveConsole.cpp1364 safe_strcat_path(savePath, argv[0].c_str(), sizeof(savePath)); in cc_load_park()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/network/
H A DNetworkBase.cpp952 safe_strcat_path(path, "groups.json", sizeof(path)); in SaveGroups()
1014 safe_strcat_path(path, "groups.json", sizeof(path)); in LoadGroups()