Home
last modified time | relevance | path

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

/bionic/libc/system_properties/
Dprop_area.cpp284 const bool want_subtree = (sep != nullptr); in find_property() local
285 const uint32_t substr_size = (want_subtree) ? sep - remaining_name : strlen(remaining_name); in find_property()
312 if (!want_subtree) break; in find_property()