Home
last modified time | relevance | path

Searched refs:user_path (Results 1 – 25 of 438) sorted by relevance

12345678910>>...18

/dports/games/retroarch/RetroArch-1.9.7/frontend/drivers/
H A Dplatform_qnx.c62 char user_path[PATH_MAX] = {0}; in frontend_qnx_get_env_settings() local
74 snprintf(user_path, sizeof(user_path), in frontend_qnx_get_env_settings()
76 snprintf(tmp_path, sizeof(user_path), in frontend_qnx_get_env_settings()
83 snprintf(user_path, sizeof(user_path), "shared/misc/retroarch"); in frontend_qnx_get_env_settings()
84 snprintf(tmp_path, sizeof(user_path), "tmp"); in frontend_qnx_get_env_settings()
108 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_CHEATS], user_path, in frontend_qnx_get_env_settings()
120 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_REMAP], user_path, in frontend_qnx_get_env_settings()
122 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_SRAM], user_path, in frontend_qnx_get_env_settings()
128 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_SYSTEM], user_path, in frontend_qnx_get_env_settings()
132 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_LOGS], user_path, in frontend_qnx_get_env_settings()
[all …]
H A Dplatform_emscripten.c80 char user_path[PATH_MAX] = {0}; in frontend_emscripten_get_env() local
87 snprintf(user_path, sizeof(user_path), in frontend_emscripten_get_env()
93 snprintf(user_path, sizeof(user_path), "retroarch/userdata"); in frontend_emscripten_get_env()
124 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_CHEATS], user_path, in frontend_emscripten_get_env()
132 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_PLAYLIST], user_path, in frontend_emscripten_get_env()
136 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_SRAM], user_path, in frontend_emscripten_get_env()
138 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_SCREENSHOT], user_path, in frontend_emscripten_get_env()
140 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_SAVESTATE], user_path, in frontend_emscripten_get_env()
142 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_SYSTEM], user_path, in frontend_emscripten_get_env()
146 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_LOGS], user_path, in frontend_emscripten_get_env()
[all …]
H A Dplatform_psp.c87 char user_path[512]; variable
102 strcpy_literal(user_path, "ux0:/data/retroarch/"); in frontend_psp_get_env_settings()
107 strcpy_literal(user_path, "ms0:/PSP/RETROARCH"); in frontend_psp_get_env_settings()
133 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_REMAP], user_path, in frontend_psp_get_env_settings()
135 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_SRAM], user_path, in frontend_psp_get_env_settings()
141 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_CACHE], user_path, in frontend_psp_get_env_settings()
151 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_LOGS], user_path, in frontend_psp_get_env_settings()
155 fill_pathname_join(g_defaults.path_config, user_path, in frontend_psp_get_env_settings()
175 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_SRAM], user_path, in frontend_psp_get_env_settings()
183 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_LOGS], user_path, in frontend_psp_get_env_settings()
[all …]
H A Dplatform_ps2.c44 char user_path[FILENAME_MAX]; in create_path_names() local
46 snprintf(user_path, sizeof(user_path), "%sretroarch", cwd); in create_path_names()
57 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_ASSETS], user_path, in create_path_names()
61 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_CURSOR], user_path, in create_path_names()
63 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_CHEATS], user_path, in create_path_names()
71 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_REMAP], user_path, in create_path_names()
73 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_SRAM], user_path, in create_path_names()
77 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_SYSTEM], user_path, in create_path_names()
79 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_CACHE], user_path, in create_path_names()
89 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_LOGS], user_path, in create_path_names()
[all …]
H A Dplatform_orbis.c72 char user_path[512]; variable
134 strcpy_literal(user_path, "host0:app/data/retroarch/"); in frontend_orbis_get_env()
144 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_ASSETS], user_path, in frontend_orbis_get_env()
148 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_CURSOR], user_path, in frontend_orbis_get_env()
150 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_CHEATS], user_path, in frontend_orbis_get_env()
158 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_REMAP], user_path, in frontend_orbis_get_env()
160 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_SRAM], user_path, in frontend_orbis_get_env()
164 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_SYSTEM], user_path, in frontend_orbis_get_env()
166 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_CACHE], user_path, in frontend_orbis_get_env()
176 fill_pathname_join(g_defaults.dirs[DEFAULT_DIR_LOGS], user_path, in frontend_orbis_get_env()
[all …]
/dports/graphics/pear-Image_3D/Image_3D-0.4.2/Image/
H A D3D.php190 $user_path = dirname(__FILE__) . '/3D/User/Object/' . $name . '.php';
194 } elseif (is_file($user_path) && is_readable($user_path)) {
195 include_once $user_path;
228 } elseif (is_file($user_path) && is_readable($user_path)) {
229 include_once $user_path;
312 $user_path = dirname(__FILE__) . '/3D/User/Renderer/' . $name . '.php';
316 } elseif (is_file($user_path) && is_readable($user_path)) {
317 include_once $user_path;
346 $user_path = dirname(__FILE__) . '/3D/User/Driver/' . $name . '.php';
350 } elseif (is_file($user_path) && is_readable($user_path)) {
[all …]
/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/geanygendoc/src/
H A Dggd-utils.c183 gchar *user_path; in ggd_get_config_file() local
196 user_path = g_build_filename (user_dir, name, NULL); in ggd_get_config_file()
199 if (g_file_test (user_path, G_FILE_TEST_EXISTS)) { in ggd_get_config_file()
203 user_path); in ggd_get_config_file()
205 path = user_path; in ggd_get_config_file()
226 if (path == user_path) { in ggd_get_config_file()
237 path = user_path; in ggd_get_config_file()
245 path = user_path; in ggd_get_config_file()
254 fd = g_open (user_path, O_CREAT | O_WRONLY, 0640); in ggd_get_config_file()
259 path = user_path; in ggd_get_config_file()
[all …]
/dports/devel/geany-plugin-workbench/geany-plugins-1.38/geanygendoc/src/
H A Dggd-utils.c183 gchar *user_path; in ggd_get_config_file() local
196 user_path = g_build_filename (user_dir, name, NULL); in ggd_get_config_file()
199 if (g_file_test (user_path, G_FILE_TEST_EXISTS)) { in ggd_get_config_file()
203 user_path); in ggd_get_config_file()
205 path = user_path; in ggd_get_config_file()
226 if (path == user_path) { in ggd_get_config_file()
237 path = user_path; in ggd_get_config_file()
245 path = user_path; in ggd_get_config_file()
254 fd = g_open (user_path, O_CREAT | O_WRONLY, 0640); in ggd_get_config_file()
259 path = user_path; in ggd_get_config_file()
[all …]
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/geanygendoc/src/
H A Dggd-utils.c183 gchar *user_path; in ggd_get_config_file() local
196 user_path = g_build_filename (user_dir, name, NULL); in ggd_get_config_file()
199 if (g_file_test (user_path, G_FILE_TEST_EXISTS)) { in ggd_get_config_file()
203 user_path); in ggd_get_config_file()
205 path = user_path; in ggd_get_config_file()
226 if (path == user_path) { in ggd_get_config_file()
237 path = user_path; in ggd_get_config_file()
245 path = user_path; in ggd_get_config_file()
254 fd = g_open (user_path, O_CREAT | O_WRONLY, 0640); in ggd_get_config_file()
259 path = user_path; in ggd_get_config_file()
[all …]
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/geanygendoc/src/
H A Dggd-utils.c183 gchar *user_path; in ggd_get_config_file() local
196 user_path = g_build_filename (user_dir, name, NULL); in ggd_get_config_file()
199 if (g_file_test (user_path, G_FILE_TEST_EXISTS)) { in ggd_get_config_file()
203 user_path); in ggd_get_config_file()
205 path = user_path; in ggd_get_config_file()
226 if (path == user_path) { in ggd_get_config_file()
237 path = user_path; in ggd_get_config_file()
245 path = user_path; in ggd_get_config_file()
254 fd = g_open (user_path, O_CREAT | O_WRONLY, 0640); in ggd_get_config_file()
259 path = user_path; in ggd_get_config_file()
[all …]
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/geanygendoc/src/
H A Dggd-utils.c183 gchar *user_path; in ggd_get_config_file() local
196 user_path = g_build_filename (user_dir, name, NULL); in ggd_get_config_file()
199 if (g_file_test (user_path, G_FILE_TEST_EXISTS)) { in ggd_get_config_file()
203 user_path); in ggd_get_config_file()
205 path = user_path; in ggd_get_config_file()
226 if (path == user_path) { in ggd_get_config_file()
237 path = user_path; in ggd_get_config_file()
245 path = user_path; in ggd_get_config_file()
254 fd = g_open (user_path, O_CREAT | O_WRONLY, 0640); in ggd_get_config_file()
259 path = user_path; in ggd_get_config_file()
[all …]
/dports/devel/geany-plugin-prj/geany-plugins-1.38/geanygendoc/src/
H A Dggd-utils.c183 gchar *user_path; in ggd_get_config_file() local
196 user_path = g_build_filename (user_dir, name, NULL); in ggd_get_config_file()
199 if (g_file_test (user_path, G_FILE_TEST_EXISTS)) { in ggd_get_config_file()
203 user_path); in ggd_get_config_file()
205 path = user_path; in ggd_get_config_file()
226 if (path == user_path) { in ggd_get_config_file()
237 path = user_path; in ggd_get_config_file()
245 path = user_path; in ggd_get_config_file()
254 fd = g_open (user_path, O_CREAT | O_WRONLY, 0640); in ggd_get_config_file()
259 path = user_path; in ggd_get_config_file()
[all …]
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/geanygendoc/src/
H A Dggd-utils.c183 gchar *user_path; in ggd_get_config_file() local
196 user_path = g_build_filename (user_dir, name, NULL); in ggd_get_config_file()
199 if (g_file_test (user_path, G_FILE_TEST_EXISTS)) { in ggd_get_config_file()
203 user_path); in ggd_get_config_file()
205 path = user_path; in ggd_get_config_file()
226 if (path == user_path) { in ggd_get_config_file()
237 path = user_path; in ggd_get_config_file()
245 path = user_path; in ggd_get_config_file()
254 fd = g_open (user_path, O_CREAT | O_WRONLY, 0640); in ggd_get_config_file()
259 path = user_path; in ggd_get_config_file()
[all …]
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/geanygendoc/src/
H A Dggd-utils.c183 gchar *user_path; in ggd_get_config_file() local
196 user_path = g_build_filename (user_dir, name, NULL); in ggd_get_config_file()
199 if (g_file_test (user_path, G_FILE_TEST_EXISTS)) { in ggd_get_config_file()
203 user_path); in ggd_get_config_file()
205 path = user_path; in ggd_get_config_file()
226 if (path == user_path) { in ggd_get_config_file()
237 path = user_path; in ggd_get_config_file()
245 path = user_path; in ggd_get_config_file()
254 fd = g_open (user_path, O_CREAT | O_WRONLY, 0640); in ggd_get_config_file()
259 path = user_path; in ggd_get_config_file()
[all …]
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/geanygendoc/src/
H A Dggd-utils.c183 gchar *user_path; in ggd_get_config_file() local
196 user_path = g_build_filename (user_dir, name, NULL); in ggd_get_config_file()
199 if (g_file_test (user_path, G_FILE_TEST_EXISTS)) { in ggd_get_config_file()
203 user_path); in ggd_get_config_file()
205 path = user_path; in ggd_get_config_file()
226 if (path == user_path) { in ggd_get_config_file()
237 path = user_path; in ggd_get_config_file()
245 path = user_path; in ggd_get_config_file()
254 fd = g_open (user_path, O_CREAT | O_WRONLY, 0640); in ggd_get_config_file()
259 path = user_path; in ggd_get_config_file()
[all …]
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/geanygendoc/src/
H A Dggd-utils.c183 gchar *user_path; in ggd_get_config_file() local
196 user_path = g_build_filename (user_dir, name, NULL); in ggd_get_config_file()
199 if (g_file_test (user_path, G_FILE_TEST_EXISTS)) { in ggd_get_config_file()
203 user_path); in ggd_get_config_file()
205 path = user_path; in ggd_get_config_file()
226 if (path == user_path) { in ggd_get_config_file()
237 path = user_path; in ggd_get_config_file()
245 path = user_path; in ggd_get_config_file()
254 fd = g_open (user_path, O_CREAT | O_WRONLY, 0640); in ggd_get_config_file()
259 path = user_path; in ggd_get_config_file()
[all …]
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/geanygendoc/src/
H A Dggd-utils.c183 gchar *user_path; in ggd_get_config_file() local
196 user_path = g_build_filename (user_dir, name, NULL); in ggd_get_config_file()
199 if (g_file_test (user_path, G_FILE_TEST_EXISTS)) { in ggd_get_config_file()
203 user_path); in ggd_get_config_file()
205 path = user_path; in ggd_get_config_file()
226 if (path == user_path) { in ggd_get_config_file()
237 path = user_path; in ggd_get_config_file()
245 path = user_path; in ggd_get_config_file()
254 fd = g_open (user_path, O_CREAT | O_WRONLY, 0640); in ggd_get_config_file()
259 path = user_path; in ggd_get_config_file()
[all …]
/dports/devel/geany-plugin-treebrowser/geany-plugins-1.38/geanygendoc/src/
H A Dggd-utils.c183 gchar *user_path; in ggd_get_config_file() local
196 user_path = g_build_filename (user_dir, name, NULL); in ggd_get_config_file()
199 if (g_file_test (user_path, G_FILE_TEST_EXISTS)) { in ggd_get_config_file()
203 user_path); in ggd_get_config_file()
205 path = user_path; in ggd_get_config_file()
226 if (path == user_path) { in ggd_get_config_file()
237 path = user_path; in ggd_get_config_file()
245 path = user_path; in ggd_get_config_file()
254 fd = g_open (user_path, O_CREAT | O_WRONLY, 0640); in ggd_get_config_file()
259 path = user_path; in ggd_get_config_file()
[all …]
/dports/devel/geany-plugin-pg/geany-plugins-1.38/geanygendoc/src/
H A Dggd-utils.c183 gchar *user_path; in ggd_get_config_file() local
196 user_path = g_build_filename (user_dir, name, NULL); in ggd_get_config_file()
199 if (g_file_test (user_path, G_FILE_TEST_EXISTS)) { in ggd_get_config_file()
203 user_path); in ggd_get_config_file()
205 path = user_path; in ggd_get_config_file()
226 if (path == user_path) { in ggd_get_config_file()
237 path = user_path; in ggd_get_config_file()
245 path = user_path; in ggd_get_config_file()
254 fd = g_open (user_path, O_CREAT | O_WRONLY, 0640); in ggd_get_config_file()
259 path = user_path; in ggd_get_config_file()
[all …]
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/geanygendoc/src/
H A Dggd-utils.c183 gchar *user_path; in ggd_get_config_file() local
196 user_path = g_build_filename (user_dir, name, NULL); in ggd_get_config_file()
199 if (g_file_test (user_path, G_FILE_TEST_EXISTS)) { in ggd_get_config_file()
203 user_path); in ggd_get_config_file()
205 path = user_path; in ggd_get_config_file()
226 if (path == user_path) { in ggd_get_config_file()
237 path = user_path; in ggd_get_config_file()
245 path = user_path; in ggd_get_config_file()
254 fd = g_open (user_path, O_CREAT | O_WRONLY, 0640); in ggd_get_config_file()
259 path = user_path; in ggd_get_config_file()
[all …]
/dports/devel/geany-plugin-scope/geany-plugins-1.38/geanygendoc/src/
H A Dggd-utils.c183 gchar *user_path; in ggd_get_config_file() local
196 user_path = g_build_filename (user_dir, name, NULL); in ggd_get_config_file()
199 if (g_file_test (user_path, G_FILE_TEST_EXISTS)) { in ggd_get_config_file()
203 user_path); in ggd_get_config_file()
205 path = user_path; in ggd_get_config_file()
226 if (path == user_path) { in ggd_get_config_file()
237 path = user_path; in ggd_get_config_file()
245 path = user_path; in ggd_get_config_file()
254 fd = g_open (user_path, O_CREAT | O_WRONLY, 0640); in ggd_get_config_file()
259 path = user_path; in ggd_get_config_file()
[all …]
/dports/devel/geany-plugin-vc/geany-plugins-1.38/geanygendoc/src/
H A Dggd-utils.c183 gchar *user_path; in ggd_get_config_file() local
196 user_path = g_build_filename (user_dir, name, NULL); in ggd_get_config_file()
199 if (g_file_test (user_path, G_FILE_TEST_EXISTS)) { in ggd_get_config_file()
203 user_path); in ggd_get_config_file()
205 path = user_path; in ggd_get_config_file()
226 if (path == user_path) { in ggd_get_config_file()
237 path = user_path; in ggd_get_config_file()
245 path = user_path; in ggd_get_config_file()
254 fd = g_open (user_path, O_CREAT | O_WRONLY, 0640); in ggd_get_config_file()
259 path = user_path; in ggd_get_config_file()
[all …]
/dports/devel/geany-plugin-updatechecker/geany-plugins-1.38/geanygendoc/src/
H A Dggd-utils.c183 gchar *user_path; in ggd_get_config_file() local
196 user_path = g_build_filename (user_dir, name, NULL); in ggd_get_config_file()
199 if (g_file_test (user_path, G_FILE_TEST_EXISTS)) { in ggd_get_config_file()
203 user_path); in ggd_get_config_file()
205 path = user_path; in ggd_get_config_file()
226 if (path == user_path) { in ggd_get_config_file()
237 path = user_path; in ggd_get_config_file()
245 path = user_path; in ggd_get_config_file()
254 fd = g_open (user_path, O_CREAT | O_WRONLY, 0640); in ggd_get_config_file()
259 path = user_path; in ggd_get_config_file()
[all …]
/dports/devel/geany-plugin-spellcheck/geany-plugins-1.38/geanygendoc/src/
H A Dggd-utils.c183 gchar *user_path; in ggd_get_config_file() local
196 user_path = g_build_filename (user_dir, name, NULL); in ggd_get_config_file()
199 if (g_file_test (user_path, G_FILE_TEST_EXISTS)) { in ggd_get_config_file()
203 user_path); in ggd_get_config_file()
205 path = user_path; in ggd_get_config_file()
226 if (path == user_path) { in ggd_get_config_file()
237 path = user_path; in ggd_get_config_file()
245 path = user_path; in ggd_get_config_file()
254 fd = g_open (user_path, O_CREAT | O_WRONLY, 0640); in ggd_get_config_file()
259 path = user_path; in ggd_get_config_file()
[all …]
/dports/devel/geany-plugin-geniuspaste/geany-plugins-1.38/geanygendoc/src/
H A Dggd-utils.c183 gchar *user_path; in ggd_get_config_file() local
196 user_path = g_build_filename (user_dir, name, NULL); in ggd_get_config_file()
199 if (g_file_test (user_path, G_FILE_TEST_EXISTS)) { in ggd_get_config_file()
203 user_path); in ggd_get_config_file()
205 path = user_path; in ggd_get_config_file()
226 if (path == user_path) { in ggd_get_config_file()
237 path = user_path; in ggd_get_config_file()
245 path = user_path; in ggd_get_config_file()
254 fd = g_open (user_path, O_CREAT | O_WRONLY, 0640); in ggd_get_config_file()
259 path = user_path; in ggd_get_config_file()
[all …]

12345678910>>...18