Home
last modified time | relevance | path

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

/external/jemalloc/
DMakefile.in20 srcroot := @srcroot@
26 CPPFLAGS := @CPPFLAGS@ -I$(srcroot)include -I$(objroot)include
46 cfghdrs_in := $(addprefix $(srcroot),@cfghdrs_in@)
48 cfgoutputs_in := $(addprefix $(srcroot),@cfgoutputs_in@)
81 C_SRCS := $(srcroot)src/jemalloc.c \
82 $(srcroot)src/arena.c \
83 $(srcroot)src/atomic.c \
84 $(srcroot)src/base.c \
85 $(srcroot)src/bitmap.c \
86 $(srcroot)src/chunk.c \
[all …]
Dconfigure.ac55 srcroot=$srcdir
56 if test "x${srcroot}" = "x." ; then
57 srcroot=""
59 srcroot="${srcroot}/"
61 AC_SUBST([srcroot]) subst
1170 if test "x`test ! \"${srcroot}\" && cd \"${srcroot}\"; git rev-parse --is-inside-work-tree 2>/dev/n…
1181 …(test ! "${srcroot}" && cd "${srcroot}"; git describe --long --abbrev=40 --match="${pattern}") > "…
1191 if test ! -e "${srcroot}VERSION" ; then
1196 cp ${srcroot}VERSION ${objroot}VERSION
1751 AC_MSG_RESULT([srcroot : ${srcroot}])
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/db/
Dtest_password.py120 srcroot = curdir + "/../.." variable
121 sys.path = [ srcroot ] + sys.path
/external/harfbuzz_ng/win32/
DREADME.txt28 specified, $(PREFIX) is set as $(srcroot)\..\vs$(X)\$(platform), where
53 $(srcroot)\README.python for more related details. This implies
/external/v8/tools/gyp/pylib/gyp/
Dxcode_emulation.py1529 def _GetXcodeEnv(xcode_settings, built_products_dir, srcroot, configuration, argument
1557 'SRCROOT' : srcroot,
1680 def GetSortedXcodeEnv(xcode_settings, built_products_dir, srcroot, argument
1682 env = _GetXcodeEnv(xcode_settings, built_products_dir, srcroot, configuration,