Home
last modified time | relevance | path

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

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