Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/
H A Dasan_device_setup264 TMPDIRBASE=$(mktemp -d)
265 TMPDIROLD="$TMPDIRBASE/old"
266 TMPDIR="$TMPDIRBASE/new"
400 if ! ( cd "$TMPDIRBASE" && diff -qr old/ new/ ) ; then
467 rm -r "$TMPDIRBASE"