Home
last modified time | relevance | path

Searched refs:topdir (Results 1 – 14 of 14) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-target.c834 GDir *topdir; in get_matching_filenames() local
838 topdir = g_dir_open (path, 0, NULL); in get_matching_filenames()
839 if (G_UNLIKELY (topdir == NULL)) in get_matching_filenames()
848 while ((subdirname = g_dir_read_name (topdir))) { in get_matching_filenames()
862 g_dir_close (topdir); in get_matching_filenames()
1127 GDir *topdir; in get_categories() local
1130 topdir = g_dir_open (path, 0, NULL); in get_categories()
1131 if (G_UNLIKELY (topdir == NULL)) in get_categories()
1134 while ((subdirname = g_dir_read_name (topdir))) { in get_categories()
1143 g_dir_close (topdir); in get_categories()
[all …]
/third_party/skia/third_party/externals/freetype/src/tools/
Dupdate-copyright6 topdir=`git rev-parse --show-toplevel`
7 toolsdir=$topdir/src/tools
9 git ls-files --full-name $topdir \
/third_party/toybox/toys/posix/
Dfind.c73 int topdir, xdev, depth;
108 if (TT.topdir != -1) { in flush_exec()
112 } else rc = fchdir(TT.topdir); in flush_exec()
143 if (revert) revert = fchdir(TT.topdir); in flush_exec()
179 if (new && TT.topdir == -1) return; in execdir()
550 if (TT.topdir == -1) TT.topdir = xopenro("."); in do_find()
697 TT.topdir = -1; in find_main()
722 close(TT.topdir); in find_main()
/third_party/openssl/util/
Dwithlibctx.pl7 my $topdir = shift;
9 processallfiles($topdir);
/third_party/node/deps/openssl/openssl/util/
Dwithlibctx.pl7 my $topdir = shift;
9 processallfiles($topdir);
/third_party/alsa-lib/src/mixer/
Dsimple_abst.c302 const char *topdir = snd_config_topdir(); in snd_mixer_simple_basic_register() local
303 char *s = alloca(strlen(topdir) + strlen("smixer.conf") + 2); in snd_mixer_simple_basic_register()
304 sprintf(s, "%s/smixer.conf", topdir); in snd_mixer_simple_basic_register()
/third_party/libabigail/bash-completion/
Dfedabipkgdiff13 --topdir
/third_party/skia/third_party/externals/freetype/builds/atari/
Dgen-purec-patch.sh9 x--srcdir=* | x--topdir=* )
/third_party/alsa-lib/src/
Dconf.c598 static char *topdir; in snd_config_topdir() local
600 if (!topdir) { in snd_config_topdir()
601 topdir = getenv("ALSA_CONFIG_DIR"); in snd_config_topdir()
602 if (!topdir || *topdir != '/' || strlen(topdir) >= PATH_MAX) in snd_config_topdir()
603 topdir = ALSA_CONFIG_DIR; in snd_config_topdir()
605 return topdir; in snd_config_topdir()
4505 const char *topdir = snd_config_topdir(); in snd_config_update_r() local
4506 char *s = alloca(strlen(topdir) + in snd_config_update_r()
4508 sprintf(s, "%s/alsa.conf", topdir); in snd_config_update_r()
/third_party/python/Mac/BuildScript/
Dbuild-installer.py452topdir="/Library/Frameworks/Python.framework/Versions/%(VER)s/Resources/English.lproj/Documentatio…
475 topdir="/Library/Frameworks/Python.framework",
488 topdir="/Library/Frameworks/Python.framework",
/third_party/skia/third_party/externals/freetype/docs/
DCUSTOMIZE84 (normally `<topdir>/objs' if you build in the source tree, or the
/third_party/toybox/generated/
Dglobals.h1165 int topdir, xdev, depth; member
/third_party/libabigail/tools/
Dfedabipkgdiff1569 pathinfo = koji.PathInfo(topdir=global_config.koji_topurl)
/third_party/libabigail/
DChangeLog20933 (build_commandline_args_parser): --topdir is renamed to
20935 * doc/manuals/fedabipkgdiff.rst: Rename --topdir to --topurl.
23199 topdir passed to fedabpkgdiff to download rpms.