Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsystem_properties.cpp153 uint8_t namelen, bool alloc_if_needed);
157 uint8_t valuelen, bool alloc_if_needed);
422 uint8_t namelen, bool alloc_if_needed) in find_prop_bt() argument
441 if (!alloc_if_needed) { in find_prop_bt()
457 if (!alloc_if_needed) { in find_prop_bt()
474 bool alloc_if_needed) in find_property() argument
494 } else if (alloc_if_needed) { in find_property()
506 current = find_prop_bt(root, remaining_name, substr_size, alloc_if_needed); in find_property()
520 } else if (alloc_if_needed) { in find_property()