Searched refs:devFile (Results 1 – 1 of 1) sorted by relevance
1226 local devFile=/data/local/tmp/hprof-$targetPid1228 echo "Storing data at $devFile"1229 adb ${adbOptions} shell am dumpheap $targetPid $devFile1236 echo "Retrieving file $devFile..."1237 adb ${adbOptions} pull $devFile $localFile1239 adb ${adbOptions} shell rm $devFile