OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__system_property_find
(Results
1 - 16
of
16
) sorted by null
/bionic/libc/include/sys/
system_properties.h
62
const prop_info *
__system_property_find
(const char *name);
80
** system. Please use
__system_property_find
() instead.
/development/ndk/platforms/android-3/include/sys/
system_properties.h
58
const prop_info *
__system_property_find
(const char *name);
76
** system. Please use
__system_property_find
() instead.
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h
58
const prop_info *
__system_property_find
(const char *name);
76
** system. Please use
__system_property_find
() instead.
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
system_properties.h
58
const prop_info *
__system_property_find
(const char *name);
76
** system. Please use
__system_property_find
() instead.
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
system_properties.h
58
const prop_info *
__system_property_find
(const char *name);
76
** system. Please use
__system_property_find
() instead.
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
system_properties.h
58
const prop_info *
__system_property_find
(const char *name);
76
** system. Please use
__system_property_find
() instead.
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
system_properties.h
58
const prop_info *
__system_property_find
(const char *name);
76
** system. Please use
__system_property_find
() instead.
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
system_properties.h
58
const prop_info *
__system_property_find
(const char *name);
76
** system. Please use
__system_property_find
() instead.
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h
58
const prop_info *
__system_property_find
(const char *name);
76
** system. Please use
__system_property_find
() instead.
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h
58
const prop_info *
__system_property_find
(const char *name);
76
** system. Please use
__system_property_find
() instead.
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
system_properties.h
58
const prop_info *
__system_property_find
(const char *name);
76
** system. Please use
__system_property_find
() instead.
/bionic/libc/bionic/
system_properties.c
103
const prop_info *
__system_property_find
(const char *name)
function
147
const prop_info *pi =
__system_property_find
(name);
/bionic/libc/netbsd/resolv/
res_state.c
72
rt->_pi = (struct prop_info*)
__system_property_find
("net.change");
130
rt->_pi = (struct prop_info*)
__system_property_find
("net.change");
res_init.c
877
dns_change_prop =
__system_property_find
(DNS_CHANGE_PROP_NAME);
/system/core/init/
property_service.c
249
pi = (prop_info*)
__system_property_find
(name);
292
pi = (prop_info*)
__system_property_find
(name);
/hardware/libhardware_legacy/wifi/
wifi.c
512
pi =
__system_property_find
(SUPP_PROP_NAME);
525
pi =
__system_property_find
(SUPP_PROP_NAME);
Completed in 327 milliseconds