/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/e2fsprogs/debian/attic/libs/ |
D | rules | 24 topdir = $(shell pwd) 25 debdir = $(topdir)/debian 27 builddir = $(topdir)/builddir 85 sed s%$(topdir)/lib/et%/usr/share/comerr% \ 94 sed s%$(topdir)/lib/ss%/usr/share/ss% \ 115 install -p $(topdir)/doc/libext2fs_*.html \ 118 install -p $(topdir)/lib/et/com_err_*.html \ 122 install -p $(topdir)/doc/libext2fs.texinfo \ 124 install -p $(topdir)/lib/et/com_err.texinfo \ 139 install -p $(topdir)/lib/et/compile_et.1 $(maindir)/usr/man/man1/ [all …]
|
/third_party/boost/tools/build/src/engine/debian/ |
D | rules | 15 topdir=$(shell pwd) macro 45 install -d ${topdir}/debian/${jam}/usr/bin 46 install -m755 bin.linuxx86/bjam ${topdir}/debian/${jam}/usr/bin/ 47 install -d ${topdir}/debian/${jam}/usr/share/man/man1/ 48 install -m644 debian/jam.1 ${topdir}/debian/${jam}/usr/share/man/man1/${binname}.1
|
/third_party/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/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/flutter/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/e2fsprogs/debian/ |
D | rules | 24 topdir ?= $(shell pwd) macro 25 tmpdir ?= ${topdir}/debian/tmp 26 udebdir ?= ${topdir}/debian/e2fsprogs-udeb 27 stdbuilddir ?= ${topdir}/debian/BUILD-STD 135 $(INSTALL) -p -m 0644 ${topdir}/doc/libext2fs.texinfo \ 137 $(INSTALL) -p -m 0644 ${topdir}/lib/et/com_err.texinfo \
|
/third_party/glib/gio/ |
D | glocalfile.c | 1805 ignore_trash_path (const gchar *topdir) in ignore_trash_path() argument 1810 mount = g_unix_mount_at (topdir, NULL); in ignore_trash_path() 1828 char *topdir, *globaldir, *trashdir, *tmpname; in _g_local_file_has_trash_dir() local 1857 topdir = find_mountpoint_for (dirname, dir_dev, TRUE); in _g_local_file_has_trash_dir() 1858 if (topdir == NULL) in _g_local_file_has_trash_dir() 1861 if (ignore_trash_path (topdir)) in _g_local_file_has_trash_dir() 1863 g_free (topdir); in _g_local_file_has_trash_dir() 1868 globaldir = g_build_filename (topdir, ".Trash", NULL); in _g_local_file_has_trash_dir() 1879 g_free (topdir); in _g_local_file_has_trash_dir() 1889 trashdir = g_build_filename (topdir, tmpname, NULL); in _g_local_file_has_trash_dir() [all …]
|
D | gunixmounts.c | 1654 char *topdir; in g_unix_mount_for() local 1656 topdir = _g_local_file_find_topdir_for (file_path); in g_unix_mount_for() 1657 if (topdir != NULL) in g_unix_mount_for() 1659 entry = g_unix_mount_at (topdir, time_read); in g_unix_mount_for() 1660 g_free (topdir); in g_unix_mount_for()
|
/third_party/toybox/toys/posix/ |
D | find.c | 71 int topdir, xdev, depth; 106 if (TT.topdir != -1) { in flush_exec() 110 } else rc = fchdir(TT.topdir); in flush_exec() 141 if (revert) revert = fchdir(TT.topdir); in flush_exec() 177 if (new && TT.topdir == -1) return; in execdir() 532 if (TT.topdir == -1) TT.topdir = xopenro("."); in do_find() 686 TT.topdir = -1; in find_main() 711 close(TT.topdir); in find_main()
|
/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/flutter/skia/third_party/externals/freetype/builds/atari/ |
D | gen-purec-patch.sh | 9 x--srcdir=* | x--topdir=* )
|
/third_party/freetype/builds/atari/ |
D | gen-purec-patch.sh | 9 x--srcdir=* | x--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/gettext/gettext-tools/examples/hello-c++-kde/admin/ |
D | am_edit | 70 $topdir = cwd(); # The current directory 239 $printname =~ s/^\Q$topdir\E\///; 1798 $print =~ s/^\Q$topdir\E\\//;
|
/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/flutter/skia/third_party/externals/freetype/docs/ |
D | CUSTOMIZE | 84 (normally `<topdir>/objs' if you build in the source tree, or the
|
/third_party/freetype/docs/ |
D | CUSTOMIZE | 84 (normally `<topdir>/objs' if you build in the source tree, or the
|
/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 | 1111 int topdir, xdev, depth; member
|