OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__system_property_set
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/include/sys/
system_properties.h
51
int
__system_property_set
(const char *key, const char *value);
/bionic/libc/bionic/
system_properties.c
218
int
__system_property_set
(const char *key, const char *value)
function
/system/core/libcutils/
properties.c
36
return
__system_property_set
(key, value);
Completed in 295 milliseconds