Home
last modified time | relevance | path

Searched refs:topdir (Results 1 – 21 of 21) 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/e2fsprogs/debian/attic/libs/
Drules24 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/
Drules15 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/
Dupdate-copyright6 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/
Dupdate-copyright6 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/
Dupdate-copyright6 topdir=`git rev-parse --show-toplevel`
7 toolsdir=$topdir/src/tools
9 git ls-files --full-name $topdir \
/third_party/e2fsprogs/debian/
Drules24 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/
Dglocalfile.c1805 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 …]
Dgunixmounts.c1654 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/
Dfind.c71 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/
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/flutter/skia/third_party/externals/freetype/builds/atari/
Dgen-purec-patch.sh9 x--srcdir=* | x--topdir=* )
/third_party/freetype/builds/atari/
Dgen-purec-patch.sh9 x--srcdir=* | x--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/gettext/gettext-tools/examples/hello-c++-kde/admin/
Dam_edit70 $topdir = cwd(); # The current directory
239 $printname =~ s/^\Q$topdir\E\///;
1798 $print =~ s/^\Q$topdir\E\\//;
/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/flutter/skia/third_party/externals/freetype/docs/
DCUSTOMIZE84 (normally `<topdir>/objs' if you build in the source tree, or the
/third_party/freetype/docs/
DCUSTOMIZE84 (normally `<topdir>/objs' if you build in the source tree, or the
/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.h1111 int topdir, xdev, depth; member