Home
last modified time | relevance | path

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

/third_party/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
/third_party/libffi/m4/
Dax_enable_builddir.m494 AC_ARG_ENABLE([builddir], AS_HELP_STRING( optenable
/third_party/libinput/test/
Dtest-builddir-lookup.c31 char *builddir; in main() local
Dlitest.c4587 char *builddir; in litest_parse_argv() local
/third_party/harfbuzz/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
/third_party/skia/third_party/externals/harfbuzz/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
/third_party/pcre2/pcre2/
DRunGrepTest.bat21 set builddir="%CD%" variable
/third_party/libinput/tools/
Dlibinput-quirks.c169 char *builddir = builddir_lookup(); in main() local
Dshared.c369 char *builddir = builddir_lookup(); in tools_setenv_quirks_dir() local
555 char *builddir = builddir_lookup(); in setup_path() local
Dlibinput-record.c1763 char *builddir = NULL; in print_device_quirks() local
/third_party/python/Mac/BuildScript/
Dbuild-installer.py711 def extractArchive(builddir, archiveName): argument