Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/scripts/
Dasan_device_setup249 TMPDIRBASE=$(mktemp -d)
250 TMPDIROLD="$TMPDIRBASE/old"
251 TMPDIR="$TMPDIRBASE/new"
380 if ! ( cd "$TMPDIRBASE" && diff -qr old/ new/ ) ; then
434 rm -r "$TMPDIRBASE"