Home
last modified time | relevance | path

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

/bionic/libc/system_properties/include/system_properties/
Dprop_area.h146 prop_info* new_prop_info(const char* name, uint32_t namelen, const char* value, uint32_t valuelen,
/bionic/libc/system_properties/
Dprop_area.cpp172 prop_info* prop_area::new_prop_info(const char* name, uint32_t namelen, const char* value, in new_prop_info() function in prop_area
325 prop_info* new_info = new_prop_info(name, namelen, value, valuelen, &new_offset); in find_property()