Home
last modified time | relevance | path

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

/bionic/libc/system_properties/include/system_properties/
Dprop_area.h156 …prop_bt* find_prop_bt(prop_bt* const bt, const char* name, uint32_t namelen, bool alloc_if_needed);
/bionic/libc/system_properties/
Dprop_area.cpp226 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
307 current = find_prop_bt(root, remaining_name, substr_size, alloc_if_needed); in find_property()