Home
last modified time | relevance | path

Searched refs:execdir (Results 1 – 3 of 3) sorted by relevance

/third_party/libinput/src/
Dbuilddir.h38 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/python/Mac/IDLE/IDLE.app/Contents/MacOS/
DIDLE4 execdir = os.path.dirname(sys.argv[0])
5 executable = os.path.join(execdir, "Python")
6 resdir = os.path.join(os.path.dirname(execdir), "Resources")
7 libdir = os.path.join(os.path.dirname(execdir), "Frameworks")
/third_party/toybox/toys/posix/
Dfind.c90 struct execdir_data exec, *execdir; member
96 struct execdir_data *bb = aa->execdir ? aa->execdir : &aa->exec; in flush_exec()
171 static void execdir(struct dirtree *new, int flush) in execdir() function
191 if ((bb = aa->execdir)) { in execdir()
192 aa->execdir = bb->next; in execdir()
200 bb->next = aa->execdir; in execdir()
201 aa->execdir = bb; in execdir()
248 execdir(new, 0); in do_find()
254 execdir(new, 1); in do_find()
556 bb = aa->execdir ? aa->execdir : &aa->exec; in do_find()
[all …]