Searched refs:Get (Results 1 – 10 of 10) sorted by relevance
/bionic/tests/ |
D | system_properties_test.cpp | 112 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/ |
D | CachedProperty.h | 55 Get(); in DidChange() 62 const char* Get() { in Get() function
|
/bionic/libc/bionic/ |
D | bionic_systrace.cpp | 40 g_tags = strtoull(g_debug_atrace_tags_enableflags.Get(), nullptr, 0); in should_trace()
|
D | system_property_api.cpp | 87 return system_properties.Get(name, value); in __system_property_get()
|
/bionic/linker/ |
D | linker_logger.cpp | 97 flags_ |= ParseProperty(debug_ld_all.Get()); in ResetState()
|
/bionic/libc/system_properties/include/system_properties/ |
D | system_properties.h | 66 int Get(const char* name, char* value);
|
/bionic/libc/arch-x86/bionic/ |
D | syscall.S | 30 # Get and save the system call entry address.
|
/bionic/benchmarks/ |
D | property_benchmark.cpp | 135 pa.system_properties().Get(pa.names[random() % nprops], value); in BM_property_get()
|
/bionic/libc/tzcode/ |
D | bionic.cpp | 52 if ((name = persist_sys_timezone.Get()) != nullptr && strlen(name) > 3) { in tzset_unlocked()
|
/bionic/libc/system_properties/ |
D | system_properties.cpp | 218 int SystemProperties::Get(const char* name, char* value) { in Get() function in SystemProperties
|