HomeSort by relevance Sort by last modified time
    Searched refs:TMPDIRBASE (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/android/asan/
asan_device_setup.sh 112 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/
asan_device_setup 112 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 213 milliseconds