Home
last modified time | relevance | path

Searched defs:__system_property_get (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_lookup.cc64 int __system_property_get(const char* name, char* value) { in __system_property_get() function
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs4014 pub fn __system_property_get(__name: *const ::c_char, __value: *mut ::c_char) -> ::c_int; in __system_property_get() function