Searched refs:SRCDIR (Results 1 - 12 of 12) sorted by relevance
/third_party/python/Tools/scripts/ |
H A D | patchcheck.py | 21 SRCDIR = sysconfig.get_config_var('srcdir') variable 53 cwd=SRCDIR, 68 cwd=SRCDIR, 86 cwd=SRCDIR, 101 if not os.path.exists(os.path.join(SRCDIR, '.git')): 121 if os.path.exists(os.path.join(SRCDIR, '.git')): 132 cwd=SRCDIR) as st: 177 reindent.check(os.path.join(SRCDIR, path))] 186 abspath = os.path.join(SRCDIR, path) 201 abspath = os.path.join(SRCDIR, pat [all...] |
/third_party/ltp/testcases/kernel/syscalls/rename/ |
H A D | rename09.c | 23 #define SRCDIR "srcdir" macro 25 #define SRCFILE SRCDIR "/file" 44 SAFE_MKDIR(SRCDIR, PERMS); in run() 46 SAFE_CHOWN(SRCDIR, test_users[0], curgid); in run()
|
/third_party/zlib/ |
H A D | configure | 22 SRCDIR=`dirname $0` 23 if test $SRCDIR = "."; then 26 SRCDIR="" 29 ZINCOUT='-I. -I$(SRCDIR)' 30 SRCDIR="$SRCDIR/" 46 VER=`sed -n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < ${SRCDIR}zlib.h` 235 LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,${SRCDIR}zlib.map"} ;; 237 LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,${SRCDIR}zlib.map"} 342 ZINC='-I- -I. -I$(SRCDIR)' [all...] |
/third_party/python/Tools/wasm/ |
H A D | wasm_build.py | 47 SRCDIR = pathlib.Path(__file__).parent.parent.parent.absolute() variable 48 WASMTOOLS = SRCDIR / "Tools" / "wasm" 49 BUILDDIR = SRCDIR / "builddir" 50 CONFIGURE = SRCDIR / "configure" 51 SETUP_LOCAL = SRCDIR / "Modules" / "Setup.local" 73 run "make clean -C '{SRCDIR}'". 197 SRCDIR / "Programs" / "python.o", 198 SRCDIR / "Python" / "frozen_modules" / "importlib._bootstrap.h", 520 relbuilddir=self.builddir.relative_to(SRCDIR), 521 srcdir=SRCDIR, [all...] |
H A D | wasm_assets.py | 20 SRCDIR = pathlib.Path(__file__).parent.parent.parent.absolute() variable 21 SRCDIR_LIB = SRCDIR / "Lib" 226 args.srcdir = SRCDIR
|
/third_party/python/Tools/freeze/test/ |
H A D | freeze.py | 11 SRCDIR = os.path.dirname(os.path.dirname(TOOL_ROOT)) variable 80 if newroot == SRCDIR: 146 copy_source_tree(srcdir, SRCDIR)
|
/third_party/curl/packages/OS400/ |
H A D | initscript.sh | 175 SRCDIR=`dirname \`canonicalize_path "${2}"\`` 193 CMD="${CMD} '${TOPDIR}/include/curl' '${TOPDIR}/include' '${SRCDIR}'"
|
/third_party/python/Mac/BuildScript/ |
H A D | build-installer.py | 92 os.path.join(SRCDIR, 'configure'), 'PACKAGE_VERSION') 104 fn = os.path.join(SRCDIR, 'Include', 'patchlevel.h') 148 SRCDIR = os.path.dirname( variable 186 --src-dir=DIR: Location of the Python sources (default: %(SRCDIR)r) 632 global WORKDIR, DEPSRC, SRCDIR, DEPTARGET 668 SRCDIR=v 688 SRCDIR=os.path.abspath(SRCDIR) 698 print(" * Source directory: %s" % SRCDIR) 1159 shellQuote(os.path.join(SRCDIR, 'configur [all...] |
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | hb-test.h | 64 #ifdef SRCDIR in srcdir() 66 s = SRCDIR; in srcdir()
|
/third_party/json/docs/ |
H A D | Makefile | 0 SRCDIR = ../single_include 18 CPPFLAGS="-I $(SRCDIR) -DJSON_USE_GLOBAL_UDLS=0" \ 26 CPPFLAGS="-I $(SRCDIR) -DJSON_USE_GLOBAL_UDLS=0" \ 1 SRCDIR = ../single_include global() macro
|
/third_party/libuv/docs/ |
H A D | make.bat | 9 set SRCDIR=src
variable 10 set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% %SRCDIR%
11 set I18NSPHINXOPTS=%SPHINXOPTS% %SRCDIR%
|
/third_party/curl/tests/ |
H A D | servers.pm | 2989 $$thing =~ s/${prefix}SRCDIR/$srcdir/g;
|
Completed in 9 milliseconds