Searched defs:alloc_if_needed (Results 1 - 1 of 1) sorted by relevance
/bionic/libc/bionic/ |
H A D | system_properties.cpp | 365 uint8_t namelen, bool alloc_if_needed) 383 if (!alloc_if_needed) { 402 if (!alloc_if_needed) { 419 bool alloc_if_needed) 438 } else if (alloc_if_needed) { 450 current = find_prop_bt(root, remaining_name, substr_size, alloc_if_needed); 463 } else if (alloc_if_needed) { 364 find_prop_bt(prop_bt *const bt, const char *name, uint8_t namelen, bool alloc_if_needed) argument 417 find_property(prop_bt *const trie, const char *name, uint8_t namelen, const char *value, uint8_t valuelen, bool alloc_if_needed) argument
|
Completed in 152 milliseconds