Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsystem_properties.cpp161 void* to_prop_obj(uint_least32_t off);
343 void* prop_area::to_prop_obj(uint_least32_t off) { in to_prop_obj() function in prop_area
351 return reinterpret_cast<prop_bt*>(to_prop_obj(off)); in to_prop_bt()
356 return reinterpret_cast<prop_info*>(to_prop_obj(off)); in to_prop_info()
360 return reinterpret_cast<prop_bt*>(to_prop_obj(0)); in root_node()