Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsystem_properties.cpp495 const int num_bytes = TEMP_FAILURE_RETRY(send(fd, msg, sizeof(prop_msg), 0)); in send_prop_msg() local
498 if (num_bytes == sizeof(prop_msg)) { in send_prop_msg()