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

/system/update_engine/payload_generator/
H A Dinplace_generator_unittest.cc96 void OpAppendExtent(InstallOperation* op, uint64_t start, uint64_t length) { function in namespace:chromeos_update_engine::__anon2764
159 OpAppendExtent(&op, 4, 3);
160 OpAppendExtent(&op, kSparseHole, 4); // Sparse hole in file
161 OpAppendExtent(&op, 3, 1);
162 OpAppendExtent(&op, 7, 3);

Completed in 54 milliseconds