Home
last modified time | relevance | path

Searched refs:TMPDIRBASE (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/asan/scripts/
Dasan_device_setup264 TMPDIRBASE=$(mktemp -d)
265 TMPDIROLD="$TMPDIRBASE/old"
266 TMPDIR="$TMPDIRBASE/new"
394 if ! ( cd "$TMPDIRBASE" && diff -qr old/ new/ ) ; then
454 rm -r "$TMPDIRBASE"
/external/llvm-project/compiler-rt/lib/asan/scripts/
Dasan_device_setup263 TMPDIRBASE=$(mktemp -d)
264 TMPDIROLD="$TMPDIRBASE/old"
265 TMPDIR="$TMPDIRBASE/new"
399 if ! ( cd "$TMPDIRBASE" && diff -qr old/ new/ ) ; then
466 rm -r "$TMPDIRBASE"