Searched refs:system_property_get (Results 1 – 4 of 4) sorted by relevance
65 static property_get_func system_property_get = LoadSystemPropertyGet(); in __system_property_get() local66 return system_property_get ? system_property_get(name, value) : -1; in __system_property_get()
1066 typedef int(system_property_get)(const char*, char*); typedef1096 system_property_get* property_get = in uprv_tzname_clear_cache()1097 (system_property_get*)dlsym(libc, "__system_property_get"); in uprv_tzname_clear_cache()
1057 typedef int(system_property_get)(const char*, char*); typedef1087 system_property_get* property_get = in uprv_tzname_clear_cache()1088 (system_property_get*)dlsym(libc, "__system_property_get"); in uprv_tzname_clear_cache()