HomeSort by relevance Sort by last modified time
    Searched full:prop_bt (Results 1 - 1 of 1) sorted by null

  /bionic/libc/bionic/
system_properties.c 94 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 *bt, const char *name, uint8_t namelen
    [all...]

Completed in 41 milliseconds