Home
last modified time | relevance | path

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

/system/core/libcutils/
Dproperties.c140 static void property_list_callback(const prop_info *pi, void *cookie) in property_list_callback() function
155 return __system_property_foreach(property_list_callback, &data); in property_list()