Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsystem_properties.cpp96 struct prop_bt { struct
122 prop_bt(const char* name, const uint32_t name_length) { in prop_bt() argument
129 DISALLOW_COPY_AND_ASSIGN(prop_bt);
138 bytes_used_ = sizeof(prop_bt); in prop_area()
158 prop_bt* new_prop_bt(const char* name, uint32_t namelen, uint_least32_t* const off);
162 prop_bt* to_prop_bt(atomic_uint_least32_t* off_p);
165 prop_bt* root_node();
167prop_bt* find_prop_bt(prop_bt* const bt, const char* name, uint32_t namelen, bool alloc_if_needed);
169 const prop_info* find_property(prop_bt* const trie, const char* name, uint32_t namelen,
172 bool foreach_property(prop_bt* const trie, void (*propfn)(const prop_info* pi, void* cookie),
[all …]