Searched refs:temp_value (Results 1 - 2 of 2) sorted by relevance

/system/vold/
H A Dcryptfs.c3553 char temp_value[PROPERTY_VALUE_MAX]; local
3573 if (!persist_get_key(fieldname, temp_value)) {
3575 if (strlcpy(value, temp_value, len) >= (unsigned) len) {
3591 if (!persist_get_key(temp_field, temp_value)) {
3592 if (strlcat(value, temp_value, len) >= (unsigned)len) {
/system/bt/stack/btm/
H A Dbtm_sec.c235 BT_OCTET16 temp_value = {0}; local
249 if (memcmp(btm_cb.devcb.id_keys.ir, &temp_value, sizeof(BT_OCTET16)) == 0)

Completed in 205 milliseconds