Searched refs:property_get (Results 1 - 10 of 10) sorted by relevance
/third_party/mesa3d/include/android_stub/cutils/ |
H A D | properties.h | 42 /* 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 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/ |
H A D | DebugAndroid.cpp | 28 property_get("debug.db.uid", value, "-1"); in AndroidEnterDebugger()
|
/third_party/mesa3d/src/util/ |
H A D | os_misc.c | 157 * 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 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/node/deps/icu-small/source/common/ |
H A 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/ |
H A 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/ |
H A D | platform_android.c | 1612 if (property_get("drm.gpu.vendor_name", vendor_buf, NULL) > 0)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A 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/ |
H A D | wpa_cli.c | 5168 if (property_get("wifi.interface", ifprop, NULL) != 0) { in wpa_cli_get_default_ifname()
|
Completed in 25 milliseconds