OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__system_properties_init
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/include/sys/
_system_properties.h
130
int
__system_properties_init
(void);
/bionic/libc/bionic/
libc_init_common.cpp
56
extern "C" int
__system_properties_init
(void);
134
__system_properties_init
(); // Requires 'environ'.
system_property_api.cpp
47
int
__system_properties_init
() {
function
/bionic/linker/
linker_main.cpp
195
extern "C" int
__system_properties_init
(void);
248
__system_properties_init
(); // may use 'environ'
/external/selinux/libselinux/src/android/
android_platform.c
1109
return
__system_properties_init
();
[
all
...]
Completed in 221 milliseconds