HomeSort by relevance Sort by last modified time
    Searched full:new_prop_bt (Results 1 - 1 of 1) sorted by null

  /bionic/libc/bionic/
system_properties.cpp 142 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);
    [all...]

Completed in 69 milliseconds