Home
last modified time | relevance | path

Searched refs:Get (Results 1 – 10 of 10) sorted by relevance

/bionic/tests/
Dsystem_properties_test.cpp112 ASSERT_EQ(6, system_properties.Get("property", propvalue)); in TEST()
115 ASSERT_EQ(6, system_properties.Get("other_property", propvalue)); in TEST()
118 ASSERT_EQ(6, system_properties.Get("property_other", propvalue)); in TEST()
121 ASSERT_EQ(5, system_properties.Get(name, propvalue)); in TEST()
150 ASSERT_EQ(6, system_properties.Get("property", propvalue)); in TEST()
153 ASSERT_EQ(9, system_properties.Get("other_property", propvalue)); in TEST()
156 ASSERT_EQ(6, system_properties.Get("property_other", propvalue)); in TEST()
201 ASSERT_EQ(PROP_VALUE_MAX - 1, system_properties.Get(prop_name, prop_value_ret)); in TEST()
292 ASSERT_EQ(PROP_VALUE_MAX - 1, system_properties.Get(prop_name, prop_value_ret)); in TEST()
326 ASSERT_EQ(0, system_properties.Get("property1", prop_value)); in TEST()
[all …]
/bionic/libc/private/
DCachedProperty.h55 Get(); in DidChange()
62 const char* Get() { in Get() function
/bionic/libc/bionic/
Dbionic_systrace.cpp40 g_tags = strtoull(g_debug_atrace_tags_enableflags.Get(), nullptr, 0); in should_trace()
Dsystem_property_api.cpp87 return system_properties.Get(name, value); in __system_property_get()
/bionic/linker/
Dlinker_logger.cpp97 flags_ |= ParseProperty(debug_ld_all.Get()); in ResetState()
/bionic/libc/system_properties/include/system_properties/
Dsystem_properties.h66 int Get(const char* name, char* value);
/bionic/libc/arch-x86/bionic/
Dsyscall.S30 # Get and save the system call entry address.
/bionic/benchmarks/
Dproperty_benchmark.cpp135 pa.system_properties().Get(pa.names[random() % nprops], value); in BM_property_get()
/bionic/libc/tzcode/
Dbionic.cpp52 if ((name = persist_sys_timezone.Get()) != nullptr && strlen(name) > 3) { in tzset_unlocked()
/bionic/libc/system_properties/
Dsystem_properties.cpp218 int SystemProperties::Get(const char* name, char* value) { in Get() function in SystemProperties