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

/system/vold/
H A Dcryptfs.c3468 char temp_value[PROPERTY_VALUE_MAX]; local
3488 if (!persist_get_key(fieldname, temp_value)) {
3490 if (strlcpy(value, temp_value, len) >= (unsigned) len) {
3506 if (!persist_get_key(temp_field, temp_value)) {
3507 if (strlcat(value, temp_value, len) >= (unsigned)len) {
/system/bt/stack/btm/
H A Dbtm_sec.c233 BT_OCTET16 temp_value = {0}; local
247 if (memcmp(btm_cb.devcb.id_keys.ir, &temp_value, sizeof(BT_OCTET16)) == 0)

Completed in 19 milliseconds