Searched defs:idx_p (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/payload_generator/
H A Ddelta_diff_utils.cc80 // position |*idx_p| of |extents|. If |do_remove| is true, this range will be
82 // The value of |*idx_p| is updated to point to the next extent to be processed.
84 bool ProcessExtentBlockRange(vector<Extent>* extents, size_t* idx_p, argument
87 size_t idx = *idx_p;
120 *idx_p = idx;

Completed in 487 milliseconds