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

  /bionic/tests/
system_properties_test.cpp 122 ASSERT_EQ(0, __system_property_add("property", 8, "value1", 6));
123 ASSERT_EQ(0, __system_property_add("other_property", 14, "value2", 6));
124 ASSERT_EQ(0, __system_property_add("property_other", 14, "value3", 6));
147 ASSERT_EQ(0, __system_property_add("property", 8, "oldvalue1", 9));
148 ASSERT_EQ(0, __system_property_add("other_property", 14, "value2", 6));
149 ASSERT_EQ(0, __system_property_add("property_other", 14, "value3", 6));
194 ret = __system_property_add(prop_name, PROP_NAME_MAX - 1, prop_value, PROP_VALUE_MAX - 1);
227 ASSERT_EQ(0, __system_property_add("property", 8, "value1", 6));
228 ASSERT_EQ(0, __system_property_add("other_property", 14, "value2", 6));
229 ASSERT_EQ(0, __system_property_add("property_other", 14, "value3", 6))
    [all...]
  /libnativehelper/tests/
JniInvocation_test.cpp 105 ASSERT_EQ(0, __system_property_add(kDebuggableSystemProperty, 13, kIsDebuggableValue, 1));
106 ASSERT_EQ(0, __system_property_add(kLibrarySystemProperty, 27, kTestNonNull2, 11));
131 ASSERT_EQ(0, __system_property_add(kDebuggableSystemProperty, 13, kIsNotDebuggableValue, 1));
  /bionic/libc/include/sys/
_system_properties.h 113 ** to check if the property now exists. If a call to __system_property_add
133 int __system_property_add(const char *name, unsigned int namelen,
  /bionic/benchmarks/
property_benchmark.cpp 100 if (__system_property_add(names[i], name_lens[i], values[i], value_lens[i]) < 0) {
  /system/core/init/
property_service.cpp 196 int rc = __system_property_add(name, namelen, value, valuelen);
  /bionic/libc/bionic/
system_properties.cpp 1201 int __system_property_add(const char *name, unsigned int namelen, function
    [all...]

Completed in 436 milliseconds