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

  /bootable/recovery/applypatch/
applypatch_modes.cpp 91 bonus.type = VAL_BLOB;
126 VAL_BLOB, std::string(files[i].data.cbegin(), files[i].data.cend())));
imgpatch.cpp 130 Value patch(VAL_BLOB, std::string(reinterpret_cast<const char*>(patch_data), patch_size));
applypatch.cpp 478 // the corresponding patch from <patch_data> (which must be a VAL_BLOB) is applied to produce a
613 if (patch->type != VAL_BLOB) {
  /device/google/dragon/recovery/updater/
flash_file.cpp 57 if (value->type == VAL_BLOB)
  /bootable/recovery/edify/
expr.h 57 VAL_BLOB = 2,
  /bootable/recovery/updater/
install.cpp 496 return new Value(VAL_BLOB, buffer);
648 if (arg_values[i * 2 + 1]->type != VAL_BLOB) {
817 v->type = VAL_BLOB;
    [all...]
blockimg.cpp     [all...]

Completed in 487 milliseconds