Home
last modified time | relevance | path

Searched refs:property_get (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/include/android_stub/cutils/
H A Dproperties.h42 /* property_get: returns the length of the value which will never be
49 int property_get(const char* key, char* value, const char* default_value);
116 #define __property_get_err_str "property_get() called with too small of a buffer"
123 int property_get(const char* key, char* value, const char* default_value)
132 __asm__(__USER_LABEL_PREFIX__ "property_get");
136 int property_get(const char *key, char *value, const char *default_value) {
/third_party/mesa3d/src/android_stub/
H A 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/
H A DDebugAndroid.cpp28 property_get("debug.db.uid", value, "-1"); in AndroidEnterDebugger()
/third_party/mesa3d/src/util/
H A Dos_misc.c157 * 2) Avoid leaking memory. Because property_get() returns the
192 int len = property_get(key, value, NULL); in os_get_android_option()
/third_party/icu/icu4c/source/common/
H A 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/node/deps/icu-small/source/common/
H A 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/
H A 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/
H A Dplatform_android.c1612 if (property_get("drm.gpu.vendor_name", vendor_buf, NULL) > 0)
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A 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/
H A Dwpa_cli.c5168 if (property_get("wifi.interface", ifprop, NULL) != 0) { in wpa_cli_get_default_ifname()

Completed in 25 milliseconds