Home
last modified time | relevance | path

Searched defs:OUTDIR (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/build/
H A Dlibaprapp.mak34 OUTDIR=.\..\Release macro
118 OUTDIR=.\..\Debug macro
202 OUTDIR=.\..\9x\Release macro
286 OUTDIR=.\..\9x\Debug macro
370 OUTDIR=.\..\x64\Release macro
454 OUTDIR=.\..\x64\Debug macro
H A Daprapp.mak34 OUTDIR=.\..\LibR macro
116 OUTDIR=.\..\LibD macro
198 OUTDIR=.\..\9x\LibR macro
280 OUTDIR=.\..\9x\LibD macro
362 OUTDIR=.\..\x64\LibR macro
444 OUTDIR=.\..\x64\LibD macro
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/
H A Dapr.mak34 OUTDIR=.\LibR macro
248 OUTDIR=.\LibD macro
462 OUTDIR=.\9x\LibR macro
676 OUTDIR=.\9x\LibD macro
890 OUTDIR=.\x64\LibR macro
1104 OUTDIR=.\x64\LibD macro
H A Dlibapr.mak34 OUTDIR=.\Release macro
270 OUTDIR=.\Debug macro
506 OUTDIR=.\9x\Release macro
742 OUTDIR=.\9x\Debug macro
978 OUTDIR=.\x64\Release macro
1214 OUTDIR=.\x64\Debug macro
/aosp_15_r20/external/python/cpython3/Tools/msi/
Dbuildrelease.bat52 if "%1" EQU "-o" (set OUTDIR=%~2) && shift && shift && goto CheckOpts variable
53 if "%1" EQU "--out" (set OUTDIR=%~2) && shift && shift && goto CheckOpts variable
/aosp_15_r20/external/curl/projects/
H A Dbuild-wolfssl.bat197 set OUTDIR=build\Win64\%VC_DESC% variable
226 set OUTDIR=build\Win32\%VC_DESC% variable
H A Dbuild-openssl.bat269 set OUTDIR=build\Win64\%VC_DESC% variable
316 set OUTDIR=build\Win32\%VC_DESC% variable
/aosp_15_r20/external/python/cpython3/Tools/freeze/test/
DMakefile5 OUTDIR=outdir macro
Dfreeze.py15 OUTDIR = os.path.join(TESTS_DIR, 'outdir') variable
/aosp_15_r20/external/autotest/client/deps/nvmap_compactor/src/
H A DMakefile6 OUTDIR = .. macro
/aosp_15_r20/external/libva/doc/
H A Dmeson.build41 config.set('OUTDIR', meson.current_build_dir()) cfgvar in config
/aosp_15_r20/external/ltp/docparse/
H A Dtestinfo.pl13 use constant OUTDIR => dirname(abs_path($0)); constant