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

/external/chromium_org/tools/android/asan/
H A Dasan_device_setup.sh112 TMPDIRBASE=$(mktemp -d)
113 TMPDIROLD="$TMPDIRBASE/old"
114 TMPDIR="$TMPDIRBASE/new"
170 if ! ( cd "$TMPDIRBASE" && diff -qr old/ new/ ) ; then
194 rm -r "$TMPDIRBASE"
/external/compiler-rt/lib/asan/scripts/
H A Dasan_device_setup112 TMPDIRBASE=$(mktemp -d)
113 TMPDIROLD="$TMPDIRBASE/old"
114 TMPDIR="$TMPDIRBASE/new"
170 if ! ( cd "$TMPDIRBASE" && diff -qr old/ new/ ) ; then
194 rm -r "$TMPDIRBASE"

Completed in 414 milliseconds