HomeSort by relevance Sort by last modified time
    Searched refs:targetPid (Results 1 - 2 of 2) sorted by null

  /build/
envsetup.sh 1049 local targetPid=$1
1051 if [ "$targetPid" = "" ]; then
1064 local devFile=$sdcard/hprof-$targetPid
1065 #local devFile=/data/local/hprof-$targetPid
1066 echo "Poking $targetPid and waiting for data..."
1068 adb ${adbOptions} shell am dumpheap $targetPid $devFile
    [all...]
  /system/core/libcutils/
mq.c 873 pid_t targetPid = header->credentials.pid;
874 if (!hashmapContainsKey(peerProxy->connections, &targetPid)) {
877 = (PeerProxy*) hashmapGet(master->peerProxies, &targetPid);
    [all...]

Completed in 837 milliseconds