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

/bionic/libc/system_properties/include/system_properties/
H A Dprop_area.h131 prop_info* new_prop_info(const char* name, uint32_t namelen, const char* value, uint32_t valuelen,
/bionic/libc/system_properties/
H A Dprop_area.cpp169 prop_info* prop_area::new_prop_info(const char* name, uint32_t namelen, const char* value, function in class:prop_area
322 prop_info* new_info = new_prop_info(name, namelen, value, valuelen, &new_offset);

Completed in 121 milliseconds