Searched refs:FILE_BASE (Results 1 – 1 of 1) sorted by relevance
21 FILE_BASE="$1"22 if [ "x$FILE_BASE" = "x" ]; then24 FILE_BASE=`adb shell ls -l '/data/misc/heap-dump*.hprof' | tail -1 | \26 if [ "x$FILE_BASE" = "x" ]; then32 FILE_BASE=/data/misc/${FILE_BASE}35 adb pull "$FILE_BASE" "$OUT_FILE"37 echo "Failed pulling $FILE_BASE."