Searched refs:PID_LEN (Results 1 – 1 of 1) sorted by relevance
128 static constexpr size_t PID_LEN = 4; variable225 char buf[PID_LEN + 1]; in jdwp_process_event()226 ssize_t rc = TEMP_FAILURE_RETRY(recv(socket, buf, PID_LEN, 0)); in jdwp_process_event()227 if (rc != PID_LEN) { in jdwp_process_event()231 buf[PID_LEN] = '\0'; in jdwp_process_event()