Searched refs:property_get (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/include/android_stub/cutils/ |
D | properties.h | 49 int property_get(const char* key, char* value, const char* default_value); 123 int property_get(const char* key, char* value, const char* default_value) 136 int property_get(const char *key, char *value, const char *default_value) { in property_get() function
|
/third_party/mesa3d/src/android_stub/ |
D | cutils_stub.cpp | 7 property_get(const char *key, char *value, const char *default_value) in property_get() function
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | DebugAndroid.cpp | 28 property_get("debug.db.uid", value, "-1"); in AndroidEnterDebugger()
|
/third_party/mesa3d/src/util/ |
D | os_misc.c | 192 int len = property_get(key, value, NULL); in os_get_android_option()
|
/third_party/icu/icu4c/source/common/ |
D | putil.cpp | 1087 system_property_get* property_get = in uprv_tzname_clear_cache() local 1089 if (property_get) { in uprv_tzname_clear_cache() 1090 property_get("persist.sys.timezone", gAndroidTimeZone); in uprv_tzname_clear_cache()
|
/third_party/node/deps/icu-small/source/common/ |
D | putil.cpp | 1096 system_property_get* property_get = in uprv_tzname_clear_cache() local 1098 if (property_get) { in uprv_tzname_clear_cache() 1099 property_get("persist.sys.timezone", gAndroidTimeZone); in uprv_tzname_clear_cache()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | putil.cpp | 1087 system_property_get* property_get = in uprv_tzname_clear_cache() local 1089 if (property_get) { in uprv_tzname_clear_cache() 1090 property_get("persist.sys.timezone", gAndroidTimeZone); in uprv_tzname_clear_cache()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | platform_android.c | 1612 if (property_get("drm.gpu.vendor_name", vendor_buf, NULL) > 0) in droid_open_device()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | wpa_cli.c | 4602 if (property_get("wifi.interface", ifprop, NULL) != 0) { in wpa_cli_get_default_ifname()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | wpa_cli.c | 4904 if (property_get("wifi.interface", ifprop, NULL) != 0) { in wpa_cli_get_default_ifname()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.0.0.rst | 2865 - util: Add property_get() fallback for android
|