Searched refs:devFile (Results 1 – 2 of 2) sorted by relevance
1345 local devFile=/data/local/tmp/hprof-$targetPid1347 echo "Storing data at $devFile"1348 adb ${adbOptions} shell am dumpheap $targetPid $devFile1355 echo "Retrieving file $devFile..."1356 adb ${adbOptions} pull $devFile $localFile1358 adb ${adbOptions} shell rm $devFile