Home
last modified time | relevance | path

Searched refs:SRCDIR (Results 1 - 12 of 12) sorted by relevance

/third_party/python/Tools/scripts/
H A Dpatchcheck.py21 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 Drename09.c23 #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 Dconfigure22 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 Dwasm_build.py47 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 Dwasm_assets.py20 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 Dfreeze.py11 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 Dinitscript.sh175 SRCDIR=`dirname \`canonicalize_path "${2}"\``
193 CMD="${CMD} '${TOPDIR}/include/curl' '${TOPDIR}/include' '${SRCDIR}'"
/third_party/python/Mac/BuildScript/
H A Dbuild-installer.py92 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 Dhb-test.h64 #ifdef SRCDIR in srcdir()
66 s = SRCDIR; in srcdir()
/third_party/json/docs/
H A DMakefile0 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 Dmake.bat9 set SRCDIR=src variable
10 set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% %SRCDIR%
11 set I18NSPHINXOPTS=%SPHINXOPTS% %SRCDIR%
/third_party/curl/tests/
H A Dservers.pm2989 $$thing =~ s/${prefix}SRCDIR/$srcdir/g;

Completed in 9 milliseconds