Searched refs:appdir (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/npm/test/need-npm5-update/ |
D | shrinkwrap-complete-except-dev.js | 16 var appdir = path.join(testdir, 'app') variable 17 var installedModuleA = path.join(appdir, 'node_modules', 'module-a') 19 var installedModuleC = path.join(appdir, 'node_modules', 'module-c') 20 var installedModuleD = path.join(appdir, 'node_modules', 'module-d') 23 cwd: appdir,
|
/third_party/glib/gio/tests/ |
D | mimeapps.c | 114 gchar *appdir; in setup() local 126 appdir = g_build_filename (xdgdatadirs[0], "applications", NULL); in setup() 127 g_test_message ("creating '%s'", appdir); in setup() 128 res = g_mkdir_with_parents (appdir, 0700); in setup() 131 name = g_build_filename (appdir, "mimeapps.list", NULL); in setup() 189 g_free (appdir); in setup()
|
/third_party/glib/glib/ |
D | gutils.c | 320 gchar *filename = NULL, *appdir = NULL; in inner_find_program_in_path() local 379 appdir = g_path_get_dirname (filename); in inner_find_program_in_path() 407 if (appdir) in inner_find_program_in_path() 410 path = g_strconcat (appdir, ";", path, NULL); in inner_find_program_in_path() 412 g_free (appdir); in inner_find_program_in_path()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstplugin.c | 1815 gchar *appdir; in gst_plugin_ext_dep_get_stat_hash() local 1823 appdir = g_path_get_dirname (_gst_executable_path); in gst_plugin_ext_dep_get_stat_hash() 1824 full_path = g_build_filename (appdir, path, NULL); in gst_plugin_ext_dep_get_stat_hash() 1825 g_free (appdir); in gst_plugin_ext_dep_get_stat_hash()
|