Home
last modified time | relevance | path

Searched defs:LOGS_DIR (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/crosvm/tools/examples/
H A Dexample_simple.ps121 [string]$LOGS_DIR = $Env:TEMP ## variable
28 $LOGS_DIR = Join-Path $LOGS_DIR "\" variable
41 --logs-directory $LOGS_DIR ` variable
/aosp_15_r20/libcore/tools/testmapping/
H A Dgen_smoke_tests.py34 LOGS_DIR = os.path.join(LIBCORE_DIR, 'smoketest') variable