Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsystem_properties.cpp167 …prop_bt* find_prop_bt(prop_bt* const bt, const char* name, uint32_t namelen, bool alloc_if_needed);
372 prop_bt* prop_area::find_prop_bt(prop_bt* const bt, const char* name, uint32_t namelen, in find_prop_bt() function in prop_area
453 current = find_prop_bt(root, remaining_name, substr_size, alloc_if_needed); in find_property()