Home
last modified time | relevance | path

Searched +full:- +full:execdir (Results 1 – 8 of 8) sorted by relevance

/third_party/libinput/src/
Dbuilddir.h29 #include "util-strings.h"
38 char execdir[PATH_MAX]; in builddir_lookup() local
47 nread = readlink("/proc/self/exe", execdir, sizeof(execdir) - 1); in builddir_lookup()
48 if (nread <= 0 || nread == sizeof(execdir) - 1) in builddir_lookup()
53 execdir[nread] = '\0'; in builddir_lookup()
55 pathsep = strrchr(execdir, '/'); in builddir_lookup()
60 if (!streq(execdir, MESON_BUILD_ROOT)) in builddir_lookup()
63 return safe_strdup(execdir); in builddir_lookup()
/third_party/toybox/toys/posix/
Dfind.c1 /* find.c - Search directories for matching files.
11 USE_FIND(NEWTOY(find, "?^HL[-HL]", TOYFLAG_USR|TOYFLAG_BIN))
17 usage: find [-HL] [DIR...] [<options>]
20 Default: search ".", match all, -print matches.
22 -H Follow command line symlinks -L Follow all symlinks
25 -name PATTERN filename with wildcards (-iname case insensitive)
26 -path PATTERN path name with wildcards (-ipath case insensitive)
27 -user UNAME belongs to user UNAME -nouser user ID not known
28 -group GROUP belongs to group GROUP -nogroup group ID not known
29 -perm [-/]MODE permissions (-=min /=any) -prune ignore dir contents
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/capture_replay_tests/
DCaptureReplayTests.cpp3 // Use of this source code is governed by a BSD-style license that can be
42 mOSWindow->disableErrorMessageDialog(); in CaptureReplayTests()
51 bool initializeTest(const std::string &execDir, const angle::TraceInfo &traceInfo) in initializeTest() argument
53 if (!mOSWindow->initialize(traceInfo.name, traceInfo.drawSurfaceWidth, in initializeTest()
59 mOSWindow->disableErrorMessageDialog(); in initializeTest()
60 mOSWindow->setVisible(true); in initializeTest()
62 if (mEGLWindow && !mEGLWindow->isContextVersion(traceInfo.contextClientMajorVersion, in initializeTest()
92 if (!mEGLWindow->initializeGL(mOSWindow, mEntryPointsLib.get(), in initializeTest()
96 mOSWindow->destroy(); in initializeTest()
100 if (!mEGLWindow->setSwapInterval(0)) in initializeTest()
[all …]
/third_party/curl/
D.cirrus.yml8 # Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
23 # https://cirrus-ci.com/github/curl/curl
30 # image_family: freebsd-13-0-snap
31 - name: FreeBSD 12.2
33 image_family: freebsd-12-2
34 - name: FreeBSD 11.4
36 image_family: freebsd-11-4
41 MAKE_FLAGS: -j 2
44 - pkg update -f
45- pkg install -y autoconf automake libtool pkgconf brotli openldap-client heimdal libpsl libssh2 o…
[all …]
D.azure-pipelines.yml8 # Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
30 - 'master'
31 - '*/ci'
36 - 'master'
44 - stage: linux
47 - job: ubuntu
55 vmImage: 'ubuntu-latest'
61 configure: --enable-debug --with-openssl
64 configure: --disable-ipv6 --with-openssl
67 configure: --disable-http --disable-smtp --disable-imap --without-openssl
[all …]
/third_party/toybox/generated/
Dhelp.h1-libc on a nommu system, you'll need to say \"y\" here.\n\nAlthough uclibc lets you detect support…
11 … even when it has a built-in version of that command. This requires\n toybox symlinks to be …
15 #define HELP_toybox_i18n "Support for UTF-8 character sets, and some locale support."
17 …t --help argument in all commands, even ones with a NULL\noptstring. (Use TOYFLAG_NOHELP to disabl…
25 #define HELP_toybox_libcrypto "Use faster hash functions out of external -lcrypto library."
29 #define HELP_toybox_selinux "Include SELinux options in commands such as ls, and add\nSELinux-speci…
35--long | --help | --version | [command] [arguments...]]\n\nWith no arguments, shows available comm…
43-D] [-F] [-R] [-n] [-v] FILE...\n\nRestores the default security contexts for the given files.\n\n
45-p PRI] [-t TAG] MESSAGE...\n\nLogs message to logcat.\n\n-p Use the given priority instead of INF…
51 #define HELP_skeleton_alias "usage: skeleton_alias [-dq] [-b NUMBER]\n\nExample of a second command…
[all …]
/third_party/toybox/www/
Dindex.html2 <!--#include file="header.html" -->
5 into a single BSD-licensed executable that's simple, small, fast,
6 reasonably standards-compliant, and powerful enough to turn Android into
11 <a name="30-11-2021" /><a href="#30-11-2021"><hr><h2><b>November 30, 2021</b></h2></a>
15 <p>- The Hitchhiker's Guide to the Galaxy</p></blockquote>
17 <p><a href=downloads/toybox-0.8.6.tar.gz>Toybox 0.8.6</a>
21 bootable under QEMU (using vanilla linux-5.15).</p>
26 …c support for the <a href=http://lists.landley.net/pipermail/toybox-landley.net/2021-August/012497…
28 <a href=https://lists.nongnu.org/archive/html/qemu-devel/2021-07/msg06430.html>quite yet</a>.)</p>
37 Elliott added <b>date -s</b>, <b>pmap -p</b>, <b>tail -F -s</b>, <b>kill -0</b>,
[all …]
Dnews.html2 <!--#include file="header.html" -->
5 into a single BSD-licensed executable that's simple, small, fast,
6 reasonably standards-compliant, and powerful enough to turn Android into
11 <a name="30-11-2021" /><a href="#30-11-2021"><hr><h2><b>November 30, 2021</b></h2></a>
15 <p>- The Hitchhiker's Guide to the Galaxy</p></blockquote>
17 <p><a href=downloads/toybox-0.8.6.tar.gz>Toybox 0.8.6</a>
21 bootable under QEMU (using vanilla linux-5.15).</p>
26 …c support for the <a href=http://lists.landley.net/pipermail/toybox-landley.net/2021-August/012497…
28 <a href=https://lists.nongnu.org/archive/html/qemu-devel/2021-07/msg06430.html>quite yet</a>.)</p>
37 Elliott added <b>date -s</b>, <b>pmap -p</b>, <b>tail -F -s</b>, <b>kill -0</b>,
[all …]