HomeSort by: relevance | last modified time | path
    Searched refs:abspath (Results 1 - 25 of 68) sorted by relevancy

1 2 3

  /src/external/bsd/openldap/dist/contrib/slapd-modules/alias/tests/
Rules.mk 13 SRCDIR=$(abspath $(LDAP_SRC)) \
14 LDAP_BUILD=$(abspath $(LDAP_BUILD)) \
15 TOPDIR=$(abspath $(SRCDIR)) \
16 LIBTOOL=$(abspath $(LIBTOOL)) \
17 $(abspath $(SRCDIR))/tests/run all
20 ln -s $(abspath $(LDAP_BUILD))/$@ $@
  /src/external/bsd/openldap/dist/contrib/slapd-modules/ciboolean/tests/
Rules.mk 13 SRCDIR=$(abspath $(LDAP_SRC)) \
14 LDAP_BUILD=$(abspath $(LDAP_BUILD)) \
15 TOPDIR=$(abspath $(SRCDIR)) \
16 LIBTOOL=$(abspath $(LIBTOOL)) \
17 $(abspath $(SRCDIR))/tests/run test001-ciboolean
20 ln -s $(abspath $(LDAP_BUILD))/$@ $@
  /src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/tests/
Rules.mk 13 SRCDIR=$(abspath $(LDAP_SRC)) \
14 LDAP_BUILD=$(abspath $(LDAP_BUILD)) \
15 TOPDIR=$(abspath $(SRCDIR)) \
16 LIBTOOL=$(abspath $(LIBTOOL)) \
17 $(abspath $(SRCDIR))/tests/run all
20 ln -s $(abspath $(LDAP_BUILD))/$@ $@
  /src/external/bsd/openldap/dist/contrib/slapd-modules/emptyds/tests/
Rules.mk 13 SRCDIR=$(abspath $(LDAP_SRC)) \
14 LDAP_BUILD=$(abspath $(LDAP_BUILD)) \
15 TOPDIR=$(abspath $(SRCDIR)) \
16 LIBTOOL=$(abspath $(LIBTOOL)) \
17 $(abspath $(SRCDIR))/tests/run all
20 ln -s $(abspath $(LDAP_BUILD))/$@ $@
  /src/external/bsd/openldap/dist/contrib/slapd-modules/variant/tests/
Rules.mk 13 SRCDIR=$(abspath $(LDAP_SRC)) \
14 LDAP_BUILD=$(abspath $(LDAP_BUILD)) \
15 TOPDIR=$(abspath $(SRCDIR)) \
16 LIBTOOL=$(abspath $(LIBTOOL)) \
17 $(abspath $(SRCDIR))/tests/run all
20 ln -s $(abspath $(LDAP_BUILD))/$@ $@
  /src/crypto/external/apache2/openssl/dist/fuzz/
helper.py 21 THIS_DIR = os.path.abspath(os.path.dirname(__file__))
22 CORPORA_DIR = os.path.abspath(os.path.join(THIS_DIR, "corpora"))
24 FUZZER_DIR = os.path.abspath(os.path.join(CORPORA_DIR, FUZZER))
31 dd = os.path.abspath(os.path.join(CORPORA_DIR, d))
37 dd = os.path.abspath(os.path.join(CORPORA_DIR, d))
46 cmd = ([os.path.abspath(os.path.join(THIS_DIR, FUZZER))] + sys.argv[2:]
  /src/crypto/external/bsd/openssl/dist/fuzz/
helper.py 21 THIS_DIR = os.path.abspath(os.path.dirname(__file__))
22 CORPORA_DIR = os.path.abspath(os.path.join(THIS_DIR, "corpora"))
24 FUZZER_DIR = os.path.abspath(os.path.join(CORPORA_DIR, FUZZER))
31 dd = os.path.abspath(os.path.join(CORPORA_DIR, d))
37 dd = os.path.abspath(os.path.join(CORPORA_DIR, d))
46 cmd = ([os.path.abspath(os.path.join(THIS_DIR, FUZZER))] + sys.argv[2:]
  /src/crypto/external/bsd/openssl.old/dist/fuzz/
helper.py 21 THIS_DIR = os.path.abspath(os.path.dirname(__file__))
22 CORPORA_DIR = os.path.abspath(os.path.join(THIS_DIR, "corpora"))
24 FUZZER_DIR = os.path.abspath(os.path.join(CORPORA_DIR, FUZZER))
31 dd = os.path.abspath(os.path.join(CORPORA_DIR, d))
37 dd = os.path.abspath(os.path.join(CORPORA_DIR, d))
46 cmd = ([os.path.abspath(os.path.join(THIS_DIR, FUZZER))] + sys.argv[2:]
  /src/external/bsd/unbound/dist/libunbound/python/doc/
conf.py 16 # is relative to the documentation root, use os.path.abspath to make it
18 sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__),'../')))
19 sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__),'../../../')))
20 sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__),'../../../.libs/')))
  /src/external/apache2/llvm/dist/llvm/bindings/python/llvm/tests/
base.py 40 return os.path.join(os.path.dirname(os.path.abspath(__file__)), "test_file")
43 return os.path.join(os.path.dirname(os.path.abspath(__file__)), "test.bc")
  /src/external/bsd/wpa/dist/hostapd/
Makefile 25 CFLAGS += -I$(abspath ../src)
26 CFLAGS += -I$(abspath ../src/utils)
  /src/external/apache2/llvm/dist/llvm/utils/lit/
setup.py 10 os.chdir(os.path.dirname(os.path.abspath(__file__)))
  /src/external/bsd/unbound/dist/pythonmod/doc/
conf.py 16 # is relative to the documentation root, use os.path.abspath to make it
18 sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__),'../..')))
  /src/external/gpl3/gcc/dist/contrib/
git-backport.py 26 script_folder = os.path.dirname(os.path.abspath(__file__))
  /src/external/gpl3/gcc.old/dist/contrib/
git-backport.py 26 script_folder = os.path.dirname(os.path.abspath(__file__))
  /src/external/gpl2/dtc/dist/pylibfdt/
setup.py 26 setupdir = os.path.dirname(os.path.abspath(sys.argv[0]))
  /src/external/mit/libuv/dist/src/unix/
haiku.c 37 char abspath[B_PATH_NAME_LENGTH]; local
44 status = find_path(B_APP_IMAGE_SYMBOL, B_FIND_PATH_IMAGE_PATH, NULL, abspath,
45 sizeof(abspath));
49 abspath_len = uv__strscpy(buffer, abspath, *size);
darwin.c 68 char abspath[PATH_MAX * 2 + 1]; local
80 if (realpath(exepath, abspath) != abspath)
83 abspath_size = strlen(abspath);
91 memcpy(buffer, abspath, *size);
freebsd.c 65 char abspath[PATH_MAX * 2 + 1]; local
77 abspath_size = sizeof abspath;
78 if (sysctl(mib, ARRAY_SIZE(mib), abspath, &abspath_size, NULL, 0))
88 memcpy(buffer, abspath, *size);
  /src/external/mit/libcbor/dist/doc/source/
conf.py 20 # documentation root, use os.path.abspath to make it absolute, like shown here.
21 #sys.path.insert(0, os.path.abspath('.'))
22 sys.path.append(os.path.abspath(os.path.dirname(__file__)))
  /src/external/bsd/wpa/dist/wpa_supplicant/
Makefile 50 CFLAGS += -I$(abspath ../src)
51 CFLAGS += -I$(abspath ../src/utils)
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
ShCommands.py 55 abspath = self.pattern
57 abspath = os.path.join(cwd, self.pattern)
58 results = glob.glob(abspath)
  /src/external/apache2/llvm/dist/clang/utils/analyzer/
SATestUpdateDiffs.py 36 build_log_dir = os.path.dirname(os.path.abspath(build_log_path))
  /src/external/mit/libuv/dist/docs/src/
conf.py 40 # documentation root, use os.path.abspath to make it absolute, like shown here.
41 sys.path.insert(0, os.path.abspath('sphinx-plugins'))
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
.ycm_extra_conf.py 42 return os.path.dirname( os.path.abspath( __file__ ) )

Completed in 52 milliseconds

1 2 3