Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsystem_properties.cpp417 static const prop_info *find_property(prop_bt *const trie, const char *name, in find_property() function
598 return find_property(root_node(), name, strlen(name), NULL, 0, false); in __system_property_find()
687 pi = find_property(root_node(), name, namelen, value, valuelen, true); in __system_property_add()