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

/bionic/libc/bionic/
H A Dsystem_properties.cpp142 prop_bt *new_prop_bt(const char *name, uint8_t namelen, uint_least32_t *const off);
360 prop_bt *prop_area::new_prop_bt(const char *name, uint8_t namelen, uint_least32_t *const off) function in class:prop_area
446 prop_bt* new_bt = new_prop_bt(name, namelen, &new_offset);
462 prop_bt* new_bt = new_prop_bt(name, namelen, &new_offset);
496 root = new_prop_bt(remaining_name, substr_size, &new_offset);

Completed in 38 milliseconds