Searched refs:devFile (Results 1 – 2 of 2) sorted by relevance
1155 local devFile=/data/local/tmp/hprof-$targetPid1157 echo "Storing data at $devFile"1158 adb ${adbOptions} shell am dumpheap $targetPid $devFile1165 echo "Retrieving file $devFile..."1166 adb ${adbOptions} pull $devFile $localFile1168 adb ${adbOptions} shell rm $devFile