HomeSort by relevance Sort by last modified time
    Searched refs:VAL_STRING (Results 1 - 5 of 5) sorted by null

  /device/htc/common/updater/
recovery_updater.c 88 if (width_string->type != VAL_STRING ||
92 if (height_string->type != VAL_STRING ||
96 if (bpp_string->type != VAL_STRING ||
108 if (expected_sha1_string->type != VAL_STRING ||
  /bootable/recovery/edify/
expr.h 44 #define VAL_STRING 1 // data will be NULL-terminated; size doesn't count null
expr.c 38 if (v->type != VAL_STRING) {
55 v->type = VAL_STRING;
  /frameworks/base/core/java/android/os/
Parcel.java 192 private static final int VAL_STRING = 0;
    [all...]
  /bootable/recovery/updater/
install.c 796 if (patches[i*2]->type != VAL_STRING) {
985 if (args[i]->type != VAL_STRING) {

Completed in 1290 milliseconds