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
54 struct prop_msg struct
/bionic/libc/bionic/
Dsystem_properties.cpp533 static int send_prop_msg(const prop_msg *msg) in send_prop_msg()
552 const int num_bytes = TEMP_FAILURE_RETRY(send(fd, msg, sizeof(prop_msg), 0)); in send_prop_msg()
555 if (num_bytes == sizeof(prop_msg)) { in send_prop_msg()
1153 prop_msg msg; in __system_property_set()