Home
last modified time | relevance | path

Searched refs:type_ (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/applypatch/
Dimgdiff.cpp260 : type_(type), in ImageChunk()
275 if (type_ == CHUNK_DEFLATE) { in DataForPatch()
282 if (type_ == CHUNK_DEFLATE) { in DataLengthForPatch()
289 LOG(INFO) << "chunk: " << index << ", type: " << type_ << ", start: " << start_ in Dump()
294 if (type_ != other.type_) { in operator ==()
306 if (type_ != CHUNK_DEFLATE) { in SetBonusData()
314 if (type_ != CHUNK_DEFLATE) return; in ChangeDeflateChunkToNormal()
315 type_ = CHUNK_NORMAL; in ChangeDeflateChunkToNormal()
321 if (type_ != CHUNK_NORMAL || other.type_ != CHUNK_NORMAL) { in IsAdjacentNormal()
381 if (type_ != CHUNK_DEFLATE) { in ReconstructDeflateChunk()
[all …]
/bootable/recovery/updater/include/private/
Dcommands.h307 : type_(type), in Command()
326 return type_; in type()
362 return type_ != Type::LAST;
388 Type type_{ Type::LAST };
/bootable/recovery/applypatch/include/applypatch/
Dimgdiff_image.h45 return type_; in GetType()
106 int type_; // CHUNK_NORMAL, CHUNK_DEFLATE, CHUNK_RAW variable
145 int type_; variable
/bootable/recovery/updater/
Dcommands.cpp41 : type_(type), in Command()