Home
last modified time | relevance | path

Searched refs:VAL_BLOB (Results 1 – 5 of 5) sorted by relevance

/bootable/recovery/applypatch/
Dapplypatch_modes.cpp91 bonus.type = VAL_BLOB; in PatchMode()
126 VAL_BLOB, std::string(files[i].data.cbegin(), files[i].data.cend()))); in PatchMode()
Dimgpatch.cpp137 Value patch(VAL_BLOB, std::string(reinterpret_cast<const char*>(patch_data), patch_size)); in ApplyImagePatch()
Dapplypatch.cpp599 if (patch->type != VAL_BLOB) { in GenerateTarget()
/bootable/recovery/edify/include/edify/
Dexpr.h59 VAL_BLOB = 2, enumerator
/bootable/recovery/updater/
Dinstall.cpp194 return new Value(VAL_BLOB, buffer); in PackageExtractFileFn()
244 if (arg_values[i * 2 + 1]->type != VAL_BLOB) { in ApplyPatchFn()
806 v->type = VAL_BLOB; in ReadFileFn()