Searched refs:prop_bt (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dsystem_properties.c94 struct prop_bt { struct
108 typedef struct prop_bt prop_bt; typedef in typeref:struct:prop_bt
170 pa->bytes_used = sizeof(prop_bt);
291 static prop_bt *new_prop_bt(const char *name, uint8_t namelen, prop_off_t *off)
294 prop_bt *bt = new_prop_obj(sizeof(prop_bt) + namelen + 1, &off_tmp);
332 static prop_bt *root_node()
348 static prop_bt *find_prop_bt(prop_bt *b
[all...]

Completed in 259 milliseconds