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

/system/update_engine/payload_generator/
H A Dinplace_generator.cc679 enum BlockField { READER = 0, WRITER, BLOCK_FIELD_COUNT }; enumerator in enum:chromeos_update_engine::BlockField
680 for (int field = READER; field < BLOCK_FIELD_COUNT; field++) {
681 const char* past_participle = (field == READER) ? "read" : "written";
683 (field == READER) ? operation.src_extents() : operation.dst_extents();
684 Vertex::Index Block::*access_type = (field == READER) ?

Completed in 24 milliseconds