Home
last modified time | relevance | path

Searched refs:path_conf (Results 1 – 25 of 33) sorted by relevance

12

/dports/games/flare-engine/flare-engine-1.12/src/
H A DPlatformWin32.cpp55 settings->path_conf = settings->path_user = std::string(getenv("APPDATA")) + "\\flare"; in setPaths()
56 Filesystem::createDir(settings->path_conf); in setPaths()
59 settings->path_conf += "\\config"; in setPaths()
61 Filesystem::createDir(settings->path_conf); in setPaths()
65 settings->path_conf = "config"; in setPaths()
67 Filesystem::createDir(settings->path_conf); in setPaths()
81 settings->path_conf = settings->path_conf + "/"; in setPaths()
H A DPlatformLinux.cpp66 settings->path_conf = std::string(getenv("XDG_CONFIG_HOME")) + "/flare/"; in setPaths()
70 settings->path_conf = std::string(getenv("HOME")) + "/.config/"; in setPaths()
71 Filesystem::createDir(settings->path_conf); in setPaths()
72 settings->path_conf += "flare/"; in setPaths()
76 settings->path_conf = "./config/"; in setPaths()
79 Filesystem::createDir(settings->path_conf); in setPaths()
H A DPlatformGCW0.cpp86 settings->path_conf = std::string(getenv("XDG_CONFIG_HOME")) + "/flare/"; in setPaths()
90 settings->path_conf = std::string(getenv("HOME")) + "/.config/"; in setPaths()
91 Filesystem::createDir(settings->path_conf); in setPaths()
92 settings->path_conf += "flare/"; in setPaths()
96 settings->path_conf = "./config/"; in setPaths()
99 Filesystem::createDir(settings->path_conf); in setPaths()
H A DPlatformIPhoneOS.cpp102 settings->path_conf = std::string(getenv("XDG_CONFIG_HOME")) + "/flare/"; in setPaths()
106 settings->path_conf = std::string(getenv("HOME")) + "/.config/"; in setPaths()
107 Filesystem::createDir(settings->path_conf); in setPaths()
108 settings->path_conf += "flare/"; in setPaths()
112 settings->path_conf = "./config/"; in setPaths()
115 Filesystem::createDir(settings->path_conf); in setPaths()
H A DPlatformAndroid.cpp143 settings->path_conf = std::string(SDL_AndroidGetInternalStoragePath()) + "/config"; in setPaths()
155 settings->path_conf = settings->path_user + "/config"; in setPaths()
172 settings->path_conf = settings->path_user + "/config"; in setPaths()
180 Filesystem::createDir(settings->path_conf); in setPaths()
184 settings->path_conf += "/"; in setPaths()
H A DPlatformEmscripten.cpp75 settings->path_conf = "/flare_data/config/"; in setPaths()
76 Filesystem::createDir(settings->path_conf); in setPaths()
137 FILE *config_file = fopen(std::string(settings->path_conf + "settings.txt").c_str(),"r"); in FSCheckReady()
H A DSettings.cpp47 : path_conf("") in Settings()
146 …if (infile.open(settings->path_conf + "settings.txt", !FileParser::MOD_FILE, FileParser::ERROR_NOR… in loadSettings()
179 outfile.open((settings->path_conf + "settings.txt").c_str(), std::ios::out); in saveSettings()
H A DSettings.h127 std::string path_conf; // user-configurable settings files variable
H A DModManager.cpp174 std::string place1 = Filesystem::convertSlashes(settings->path_conf + "mods.txt"); in loadModList()
531 …outfile.open((Filesystem::convertSlashes(settings->path_conf + "mods.txt")).c_str(), std::ios::out… in saveMods()
556 std::string config_path = settings->path_conf + "mods.txt"; in resetModConfig()
H A DUtils.cpp514 LOG_PATH = settings->path_conf + "/flare_log.txt"; in createLogFile()
770 std::string lock_file_path = Filesystem::convertSlashes(settings->path_conf + "flare_lock"); in lockFileRead()
795 std::string lock_file_path = settings->path_conf + "flare_lock"; in lockFileWrite()
H A DInputState.cpp122 …if (infile.open(settings->path_conf + "keybindings.txt", !FileParser::MOD_FILE, FileParser::ERROR_… in loadKeyBindings()
286 out_path = settings->path_conf + "keybindings.txt"; in saveKeyBindings()
H A Dmain.cpp93 Utils::logInfo("main: PATH_CONF = '%s'", settings->path_conf.c_str()); in init()
/dports/www/h2o-devel/h2o-dcc7134/t/
H A D50internal-redirect.t22 my $path_conf = << "EOT";
25 doit($port1, $path_conf, $port2, $path_conf, sub {
/dports/deskutils/calcurse/calcurse-4.7.1/src/
H A Ddmon.c160 if (!io_file_exists(path_conf)) in dmon_start()
161 DMON_ABRT(_("Could not access \"%s\": %s\n"), path_conf, in dmon_start()
H A Dvars.c86 char *path_conf = NULL; variable
H A Dargs.c527 if (io_file_exists(path_conf)) in parse_args()
903 io_check_file(path_conf); in parse_args()
924 io_check_file(path_conf); in parse_args()
H A Dconfig.c563 data_file = fopen(path_conf, "r"); in config_file_walk()
720 if (io_file_cp(tmppath, path_conf)) in config_save()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/monkey/mk_server/
H A Dmk_config.c275 static int mk_config_read_files(char *path_conf, char *file_conf, in mk_config_read_files() argument
284 if (!path_conf) { in mk_config_read_files()
292 server->path_conf_root = mk_string_dup(path_conf); in mk_config_read_files()
299 mk_string_build(&tmp, &len, "%s/%s", path_conf, file_conf); in mk_config_read_files()
459 mk_vhost_init(path_conf, server); in mk_config_read_files()
/dports/lang/spidermonkey78/firefox-78.9.0/tools/lint/clippy/
H A D__init__.py176 path_conf = p
184 onlyIn = path_conf
/dports/mail/thunderbird/thunderbird-91.8.0/tools/lint/clippy/
H A D__init__.py219 path_conf = p
227 onlyIn = path_conf
/dports/www/firefox/firefox-99.0/tools/lint/clippy/
H A D__init__.py221 path_conf = p
229 onlyIn = path_conf
/dports/www/firefox-esr/firefox-91.8.0/tools/lint/clippy/
H A D__init__.py219 path_conf = p
227 onlyIn = path_conf
/dports/games/gtkatlantic/gtkatlantic-0.6.3/src/
H A Dtheme.c122 g_free(data->theme[slot].path_conf); in theme_del_entry()
203 data->theme[slot].path_conf = g_strconcat(path, "theme.conf", NULL); in theme_add_entry()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dcolvar_methods.F4777 r(ii + 1) = path_conf(ii + 1, ik)
4778 r(ii + 2) = path_conf(ii + 2, ik)
4779 r(ii + 3) = path_conf(ii + 3, ik)
4902 r(ii + 1) = path_conf(ii + 1, ik)
4903 r(ii + 2) = path_conf(ii + 2, ik)
4904 r(ii + 3) = path_conf(ii + 3, ik)
5131 r(ii + 1) = path_conf(ii + 1, ik)
5132 r(ii + 2) = path_conf(ii + 2, ik)
5133 r(ii + 3) = path_conf(ii + 3, ik)
5244 r(ii + 1) = path_conf(ii + 1, ik)
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dcolvar_methods.F4777 r(ii + 1) = path_conf(ii + 1, ik)
4778 r(ii + 2) = path_conf(ii + 2, ik)
4779 r(ii + 3) = path_conf(ii + 3, ik)
4902 r(ii + 1) = path_conf(ii + 1, ik)
4903 r(ii + 2) = path_conf(ii + 2, ik)
4904 r(ii + 3) = path_conf(ii + 3, ik)
5131 r(ii + 1) = path_conf(ii + 1, ik)
5132 r(ii + 2) = path_conf(ii + 2, ik)
5133 r(ii + 3) = path_conf(ii + 3, ik)
5244 r(ii + 1) = path_conf(ii + 1, ik)
[all …]

12