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

  /bionic/libc/system_properties/
prop_area.cpp 157 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/
prop_area.h 130 prop_bt* new_prop_bt(const char* name, uint32_t namelen, uint_least32_t* const off);

Completed in 3423 milliseconds