Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsystem_properties.cpp500 const int num_bytes = TEMP_FAILURE_RETRY(send(fd, msg, sizeof(prop_msg), 0)); in send_prop_msg() local
503 if (num_bytes == sizeof(prop_msg)) { in send_prop_msg()
/bionic/tests/
Dwchar_test.cpp25 #define NUM_WCHARS(num_bytes) (num_bytes/sizeof(wchar_t)) argument