Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsystem_properties.cpp78 struct prop_bt { struct
105 prop_bt(const char *name, const uint8_t name_length) { in prop_bt() argument
112 DISALLOW_COPY_AND_ASSIGN(prop_bt);
128 bytes_used = sizeof(prop_bt); in prop_area()
306 static prop_bt *new_prop_bt(const char *name, uint8_t namelen, uint_least32_t *const off) in new_prop_bt()
309 void *const p = allocate_obj(sizeof(prop_bt) + namelen + 1, &new_offset); in new_prop_bt()
311 prop_bt* bt = new(p) prop_bt(name, namelen); in new_prop_bt()
343 static inline prop_bt *to_prop_bt(atomic_uint_least32_t* off_p) { in to_prop_bt()
345 return reinterpret_cast<prop_bt*>(to_prop_obj(off)); in to_prop_bt()
353 static inline prop_bt *root_node() in root_node()
[all …]