Searched refs:VAL_STRING (Results 1 - 3 of 3) sorted by relevance

/bootable/recovery/edify/
H A Dexpr.h48 #define VAL_STRING 1 // data will be NULL-terminated; size doesn't count null macro
H A Dexpr.c38 if (v->type != VAL_STRING) {
55 v->type = VAL_STRING;
/bootable/recovery/updater/
H A Dinstall.c742 if (partition_value->type != VAL_STRING) {
751 if (contents->type == VAL_STRING && strlen((char*) contents->data) == 0) {
774 if (contents->type == VAL_STRING) {
877 if (patches[i*2]->type != VAL_STRING) {
1074 if (args[i]->type != VAL_STRING) {

Completed in 6 milliseconds