Lines Matching refs:ret
48 bool ret = clsJdwp->CheckPIDExist(pid); in SetupJdwpPoint() local
49 SetupPointContinue(ctxPoint, (int)ret); in SetupJdwpPoint()
57 bool ret = false; in SetupJdwpPoint() local
60 return ret; in SetupJdwpPoint()
64 return ret; in SetupJdwpPoint()
71 return ret; in SetupJdwpPoint()
74 ret = true; in SetupJdwpPoint()
76 WRITE_LOG(LOG_DEBUG, "SendJdwpNewFD Finish,ret:%d fd0:%d fd1:%d", ret, fds[0], fds[1]); in SetupJdwpPoint()
77 if (!ret) { in SetupJdwpPoint()
79 return ret; in SetupJdwpPoint()
84 return ret; in SetupJdwpPoint()