Home
last modified time | relevance | path

Searched refs:execpath (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/llvm/utils/lit/lit/formats/
Dgoogletest.py57 execpath = os.path.join(source_path, subdir, fn)
58 if execpath in self.seen_executables:
60 "Skip adding %r since it has been added to the test pool" % execpath)
63 self.seen_executables.add(execpath)
64 num_tests = self.get_num_tests(execpath, litConfig,
79 execpath, testSuite.config.name,
87 file_path=execpath,
102 file_path=execpath)
/openbsd/src/gnu/llvm/libcxx/utils/libcxx/test/
Dgooglebenchmark.py82 execpath = os.path.join(source_path, subdir, fn)
83 testnames = self.getBenchmarkTests(execpath, litConfig, localConfig)
87 file_path=execpath)
/openbsd/src/usr.sbin/snmpd/
Dsnmpd.c348 char execpath[PATH_MAX]; in snmpd_backend() local
354 argv[i++] = execpath; in snmpd_backend()
380 (void)snprintf(execpath, sizeof(execpath), "%s/%s", in snmpd_backend()
/openbsd/src/usr.sbin/syslogd/
Dprivsep.c102 char *execpath, childnum[11], **privargv; in priv_init() local
136 execpath = argv[0]; in priv_init()
137 else if ((execpath = realpath(argv[0], NULL)) == NULL) in priv_init()
159 privargv[0] = execpath; in priv_init()
/openbsd/src/gnu/llvm/llvm/utils/lit/lit/
DTestRunner.py1128 execpath = test.getExecPath()
1129 execdir,execbase = os.path.split(execpath)