Home | History | Annotate | Download | only in build

Lines Matching refs:devFile

1464     local devFile=/data/local/tmp/hprof-$targetPid
1466 echo "Storing data at $devFile"
1467 adb ${adbOptions} shell am dumpheap $targetPid $devFile
1474 echo "Retrieving file $devFile..."
1475 adb ${adbOptions} pull $devFile $localFile
1477 adb ${adbOptions} shell rm $devFile