Home
last modified time | relevance | path

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

/bionic/libc/system_properties/
Dprop_area.cpp333 bool prop_area::foreach_property(prop_bt* const trie, in foreach_property() function in prop_area
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()
372 return foreach_property(root_node(), propfn, cookie); in foreach()
/bionic/libc/system_properties/include/system_properties/
Dprop_area.h161 bool foreach_property(prop_bt* const trie, void (*propfn)(const prop_info* pi, void* cookie),