Home
last modified time | relevance | path

Searched refs:PID_LEN (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/
Djdwp_service.cpp128 static constexpr size_t PID_LEN = 4; variable
225 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()