Searched defs:prop_bt (Results 1 - 1 of 1) sorted by path

/bionic/libc/bionic/
H A Dsystem_properties.cpp82 struct prop_bt { struct
90 // change of "pointers" can also notice the change of prop_bt structure contents pointed by
109 prop_bt(const char *name, const uint8_t name_length) { function in struct:prop_bt
116 DISALLOW_COPY_AND_ASSIGN(prop_bt);
127 bytes_used_ = sizeof(prop_bt);
142 prop_bt *new_prop_bt(const char *name, uint8_t namelen, uint_least32_t *const off);
147 prop_bt *to_prop_bt(atomic_uint_least32_t *off_p);
150 prop_bt *root_node();
152 prop_bt *find_prop_bt(prop_bt *cons
[all...]

Completed in 7 milliseconds