Searched refs:new_prop_bt (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/system_properties/
H A Dprop_area.cpp157 prop_bt* prop_area::new_prop_bt(const char* name, uint32_t namelen, uint_least32_t* const off) { function in class:prop_area
249 prop_bt* new_bt = new_prop_bt(name, namelen, &new_offset);
265 prop_bt* new_bt = new_prop_bt(name, namelen, &new_offset);
297 root = new_prop_bt(remaining_name, substr_size, &new_offset);
/bionic/libc/system_properties/include/system_properties/
H A Dprop_area.h130 prop_bt* new_prop_bt(const char* name, uint32_t namelen, uint_least32_t* const off);

Completed in 209 milliseconds