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

  /device/samsung/tuna/recovery/
recovery_updater.c 47 xloader_loc->type != VAL_STRING ||
48 sbl_loc->type != VAL_STRING) {
  /device/samsung/manta/recovery/
recovery_updater.c 174 block_loc->type != VAL_STRING ||
175 force_ro_loc->type != VAL_STRING) {
  /bootable/recovery/edify/
expr.h 48 #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;
  /bootable/recovery/updater/
install.c 742 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) {
    [all...]
  /frameworks/base/core/java/android/os/
Parcel.java 198 private static final int VAL_STRING = 0;
    [all...]

Completed in 6962 milliseconds