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_setup220 TMPDIRBASE=$(mktemp -d)
221 TMPDIROLD="$TMPDIRBASE/old"
222 TMPDIR="$TMPDIRBASE/new"
290 if ! ( cd "$TMPDIRBASE" && diff -qr old/ new/ ) ; then
344 rm -r "$TMPDIRBASE"