Home
last modified time | relevance | path

Searched refs:is_source_ (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/applypatch/include/applypatch/
Dimgdiff_image.h163 explicit Image(bool is_source) : is_source_(is_source) {} in Image()
203 bool is_source_; // True if it's for source chunks. variable
/bootable/recovery/applypatch/
Dimgdiff.cpp614 std::string type = is_source_ ? "source" : "target"; in DumpChunks()
704 if (is_source_) { in InitializeChunks()
829 CHECK(is_source_); in PseudoSource()
1362 CHECK(is_source_); in SetBonusData()