Home
last modified time | relevance | path

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

/bionic/libc/include/sys/
D_system_properties.h37 typedef struct prop_msg prop_msg; typedef
53 struct prop_msg struct
/bionic/libc/bionic/
Dsystem_properties.cpp476 static int send_prop_msg(const prop_msg *msg) in send_prop_msg()
495 const int num_bytes = TEMP_FAILURE_RETRY(send(fd, msg, sizeof(prop_msg), 0)); in send_prop_msg()
498 if (num_bytes == sizeof(prop_msg)) { in send_prop_msg()
640 prop_msg msg; in __system_property_set()