Home
last modified time | relevance | path

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

/bionic/libc/system_properties/
Dprop_area.cpp230 uint32_t namelen, bool alloc_if_needed) { in find_prop_trie_node() argument
247 if (!alloc_if_needed) { in find_prop_trie_node()
263 if (!alloc_if_needed) { in find_prop_trie_node()
280 bool alloc_if_needed) { in find_property() argument
298 } else if (alloc_if_needed) { in find_property()
310 current = find_prop_trie_node(root, remaining_name, substr_size, alloc_if_needed); in find_property()
323 } else if (alloc_if_needed) { in find_property()
/bionic/libc/system_properties/include/system_properties/
Dprop_area.h155 uint32_t namelen, bool alloc_if_needed);
158 const char* value, uint32_t valuelen, bool alloc_if_needed);