Searched refs:Get (Results 1 – 10 of 10) sorted by relevance
/bionic/tests/ |
D | system_properties_test.cpp | 134 ASSERT_EQ(6, system_properties.Get("property", propvalue)); in TEST() 137 ASSERT_EQ(6, system_properties.Get("other_property", propvalue)); in TEST() 140 ASSERT_EQ(6, system_properties.Get("property_other", propvalue)); in TEST() 143 ASSERT_EQ(5, system_properties.Get(name, propvalue)); in TEST() 166 ASSERT_EQ(6, system_properties.Get(name, propvalue)); in TEST() 169 ASSERT_EQ(6, system_properties.Get(override_name, propvalue)); in TEST() 172 ASSERT_EQ(0, system_properties.Get(name_not_written, propvalue)); in TEST() 175 ASSERT_EQ(6, system_properties.Get(override_with_no_real, propvalue)); in TEST() 185 ASSERT_EQ(6, system_properties.Get(name, propvalue)); in TEST() 188 ASSERT_EQ(0, system_properties.Get(override_name, propvalue)); in TEST() [all …]
|
/bionic/libc/private/ |
D | CachedProperty.h | 55 Get(); in DidChange() 62 const char* Get() { in Get() function
|
/bionic/linker/ |
D | linker_logger.cpp | 97 flags_ |= ParseProperty(debug_ld_all.Get()); in ResetState()
|
/bionic/libc/bionic/ |
D | bionic_systrace.cpp | 42 g_tags = strtoull(g_debug_atrace_tags_enableflags.Get(), nullptr, 0); in should_trace()
|
D | system_property_api.cpp | 88 return system_properties.Get(name, value); in __system_property_get()
|
/bionic/libc/system_properties/include/system_properties/ |
D | system_properties.h | 65 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/libc/tzcode/ |
D | bionic.cpp | 46 const char* name = persist_sys_timezone.Get(); in __bionic_get_system_tz()
|
/bionic/benchmarks/ |
D | property_benchmark.cpp | 139 pa.system_properties().Get(pa.names[random() % nprops], value); in BM_property_get()
|
/bionic/libc/system_properties/ |
D | system_properties.cpp | 259 int SystemProperties::Get(const char* name, char* value) { in Get() function in SystemProperties
|