Home
last modified time | relevance | path

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

/base/update/updater/services/applypatch/
Dblock_writer.cpp57 const BlockPair &bp = bs_[blockIndex_]; in Write() local
59 off_t offset = static_cast<off_t>(bp.first) * H_BLOCK_SIZE; in Write()
60 currentBlockLeft_ = (bp.second - bp.first) * H_BLOCK_SIZE; in Write()
Dblock_set.cpp101 std::vector<std::string>::iterator bp = bt.begin(); in ParserAndInsert() local
102 blockPairSize = String2Int<unsigned long long int>(*bp, N_DEC); in ParserAndInsert()
109 while (++bp != bt.end()) { in ParserAndInsert()
110 size_t first = String2Int<size_t>(*bp++, N_DEC); in ParserAndInsert()
111 size_t second = String2Int<size_t>(*bp, N_DEC); in ParserAndInsert()