Searched defs:alloc_if_needed (Results 1 - 1 of 1) sorted by path

/bionic/libc/bionic/
H A 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)
441 if (!alloc_if_needed) {
457 if (!alloc_if_needed) {
474 bool alloc_if_needed)
494 } else if (alloc_if_needed) {
506 current = find_prop_bt(root, remaining_name, substr_size, alloc_if_needed);
520 } else if (alloc_if_needed) {
421 find_prop_bt(prop_bt *const bt, const char *name, uint8_t namelen, bool alloc_if_needed) argument
472 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 42 milliseconds