Home
last modified time | relevance | path

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

/bionic/libc/system_properties/
Dprop_area.cpp203 inline prop_bt* prop_area::to_prop_bt(atomic_uint_least32_t* off_p) { in to_prop_bt() function in prop_area
242 current = to_prop_bt(&current->left); in find_prop_bt()
258 current = to_prop_bt(&current->right); in find_prop_bt()
294 root = to_prop_bt(&current->children); in find_property()
339 const int err = foreach_property(to_prop_bt(&trie->left), propfn, cookie); in foreach_property()
350 const int err = foreach_property(to_prop_bt(&trie->children), propfn, cookie); in foreach_property()
355 const int err = foreach_property(to_prop_bt(&trie->right), propfn, cookie); in foreach_property()
/bionic/libc/system_properties/include/system_properties/
Dprop_area.h151 prop_bt* to_prop_bt(atomic_uint_least32_t* off_p);