Searched refs:devFile (Results 1 – 2 of 2) sorted by relevance
909 local devFile=/data/local/tmp/hprof-$targetPid911 echo "Storing data at $devFile"912 adb ${adbOptions} shell am dumpheap $targetPid $devFile919 echo "Retrieving file $devFile..."920 adb ${adbOptions} pull $devFile $localFile922 adb ${adbOptions} shell rm $devFile