Home
last modified time | relevance | path

Searched defs:builddir (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/.gitlab-ci/windows/
Dmesa_build.ps114 $builddir = New-Item -Force -ItemType Directory -Name "_build" variable
16 $builddir=$builddir.FullName variable
20 Remove-Item -Recurse -Force $builddir variable
22 New-Item -ItemType Directory -Path $builddir variable
25 Write-Output "*" > $builddir\.gitignore variable
28 Write-Output builddir:$builddir variable
37 Push-Location $builddir variable
/external/libffi/m4/
Dax_enable_builddir.m494 AC_ARG_ENABLE([builddir], AS_HELP_STRING( optenable
/external/harfbuzz_ng/src/
Dcheck-static-inits.py5 builddir = os.getenv ('builddir', os.path.dirname (__file__)) variable
Dcheck-symbols.py7 builddir = os.getenv ('builddir', os.path.dirname (__file__)) variable
/external/llvm/utils/
Dllvm-compilers-check520 def configure(self, component, srcdir, builddir, flags, env): argument
564 def make(self, component, srcdir, builddir, flags, env): argument
/external/pcre/
DRunGrepTest.bat21 set builddir="%CD%" variable
/external/python/cpython3/Mac/BuildScript/
Dbuild-installer.py720 def extractArchive(builddir, archiveName): argument
/external/iptables/extensions/
DGNUmakefile.in4 builddir = @builddir@ macro
/external/python/cpython3/Tools/wasm/
Dwasm_build.py460 def builddir(self) -> pathlib.Path: member in BuildProfile