Searched refs:execpath (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/utils/lit/lit/formats/ |
| D | googletest.py | 57 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/ |
| D | googlebenchmark.py | 82 execpath = os.path.join(source_path, subdir, fn) 83 testnames = self.getBenchmarkTests(execpath, litConfig, localConfig) 87 file_path=execpath)
|
| /openbsd/src/usr.sbin/snmpd/ |
| D | snmpd.c | 348 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/ |
| D | privsep.c | 102 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/ |
| D | TestRunner.py | 1128 execpath = test.getExecPath() 1129 execdir,execbase = os.path.split(execpath)
|