Home
last modified time | relevance | path

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

/bootable/recovery/otautil/
Drangeset.cpp255 std::vector<Range> temp = std::move(ranges_); in Insert() local
256 std::copy(rs.begin(), rs.end(), std::back_inserter(temp)); in Insert()
257 std::sort(temp.begin(), temp.end()); in Insert()
261 Range to_insert = temp.front(); in Insert()
262 for (auto it = temp.cbegin() + 1; it != temp.cend(); it++) { in Insert()
/bootable/recovery/
Drecovery.cpp874 auto temp = PromptAndWait(device, status); in start_recovery() local
875 if (temp != Device::NO_ACTION) { in start_recovery()
876 next_action = temp; in start_recovery()