Searched refs:temp_field (Results 1 – 1 of 1) sorted by relevance
/system/vold/ |
D | cryptfs.c | 3561 char temp_field[PROPERTY_KEY_MAX]; local 3583 if (snprintf(temp_field, sizeof(temp_field), "%s_%d", fieldname, i) >= 3584 (int) sizeof(temp_field)) { 3591 if (!persist_get_key(temp_field, temp_value)) { 3624 char temp_field[PROPERTY_KEY_MAX]; local 3678 snprintf(temp_field, sizeof(temp_field), "%s_%d", fieldname, field_id); 3680 if (persist_set_key(temp_field, value + field_id * (PROPERTY_VALUE_MAX - 1), encrypted)) {
|