Home
last modified time | relevance | path

Searched refs:property_get (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/include/android_stub/cutils/
Dproperties.h49 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/
Dcutils_stub.cpp7 property_get(const char *key, char *value, const char *default_value) in property_get() function
/third_party/skia/third_party/externals/swiftshader/src/Common/
DDebugAndroid.cpp28 property_get("debug.db.uid", value, "-1"); in AndroidEnterDebugger()
/third_party/mesa3d/src/util/
Dos_misc.c192 int len = property_get(key, value, NULL); in os_get_android_option()
/third_party/icu/icu4c/source/common/
Dputil.cpp1087 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/
Dputil.cpp1096 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/
Dputil.cpp1087 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/
Dplatform_android.c1612 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/
Dwpa_cli.c4602 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/
Dwpa_cli.c4904 if (property_get("wifi.interface", ifprop, NULL) != 0) { in wpa_cli_get_default_ifname()
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst2865 - util: Add property_get() fallback for android