Searched refs:topdir (Results 1 – 14 of 14) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | encoding-target.c | 834 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/ |
D | update-copyright | 6 topdir=`git rev-parse --show-toplevel` 7 toolsdir=$topdir/src/tools 9 git ls-files --full-name $topdir \
|
/third_party/toybox/toys/posix/ |
D | find.c | 73 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/ |
D | withlibctx.pl | 7 my $topdir = shift; 9 processallfiles($topdir);
|
/third_party/node/deps/openssl/openssl/util/ |
D | withlibctx.pl | 7 my $topdir = shift; 9 processallfiles($topdir);
|
/third_party/alsa-lib/src/mixer/ |
D | simple_abst.c | 302 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/ |
D | fedabipkgdiff | 13 --topdir
|
/third_party/skia/third_party/externals/freetype/builds/atari/ |
D | gen-purec-patch.sh | 9 x--srcdir=* | x--topdir=* )
|
/third_party/alsa-lib/src/ |
D | conf.c | 598 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/ |
D | build-installer.py | 452 …topdir="/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/ |
D | CUSTOMIZE | 84 (normally `<topdir>/objs' if you build in the source tree, or the
|
/third_party/toybox/generated/ |
D | globals.h | 1165 int topdir, xdev, depth; member
|
/third_party/libabigail/tools/ |
D | fedabipkgdiff | 1569 pathinfo = koji.PathInfo(topdir=global_config.koji_topurl)
|
/third_party/libabigail/ |
D | ChangeLog | 20933 (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.
|