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

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

Completed in 50 milliseconds