Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsystem_properties.cpp431 const uint8_t substr_size = (want_subtree) ? in find_property() local
434 if (!substr_size) { in find_property()
444 root = new_prop_bt(remaining_name, substr_size, &new_offset); in find_property()
454 current = find_prop_bt(root, remaining_name, substr_size, alloc_if_needed); in find_property()