Searched refs:__system_property_add (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/include/sys/
H A D_system_properties.h85 ** to check if the property now exists. If a call to __system_property_add
105 int __system_property_add(const char* __name, unsigned int __name_length, const char* __value, unsigned int __value_length);
/bionic/tools/versioner/current/sys/
H A D_system_properties.h85 ** to check if the property now exists. If a call to __system_property_add
105 int __system_property_add(const char* __name, unsigned int __name_length, const char* __value, unsigned int __value_length);
/bionic/libc/bionic/
H A Dsystem_property_api.cpp98 int __system_property_add(const char* name, unsigned int namelen, const char* value, function
/bionic/tests/
H A Dsystem_properties_test.cpp92 TEST(properties, __system_property_add) {
437 ASSERT_EXIT(__system_property_add("property", 8, "value", 5), KilledByFault(), "");

Completed in 112 milliseconds