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

  /bionic/libc/include/sys/
_system_properties.h 137 int __system_property_read_compat(const prop_info *pi, char *name, char *value);
  /bionic/libc/bionic/
system_properties_compat.c 95 int __system_property_read_compat(const prop_info *_pi, char *name, char *value) function
system_properties.c 446 return __system_property_read_compat(pi, name, value);

Completed in 25 milliseconds