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.cpp227 bool alloc_if_needed) { in find_prop_bt() argument
244 if (!alloc_if_needed) { in find_prop_bt()
260 if (!alloc_if_needed) { in find_prop_bt()
277 bool alloc_if_needed) { in find_property() argument
295 } else if (alloc_if_needed) { in find_property()
307 current = find_prop_bt(root, remaining_name, substr_size, alloc_if_needed); in find_property()
320 } else if (alloc_if_needed) { in find_property()
/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);
159 const char* value, uint32_t valuelen, bool alloc_if_needed);