Home
last modified time | relevance | path

Searched defs:it (Results 1 – 9 of 9) sorted by relevance

/bootable/recovery/otautil/
Drangeset.cpp121 auto it = ranges_.cbegin(); in Split() local
262 for (auto it = temp.cbegin() + 1; it != temp.cend(); it++) { in Insert() local
/bootable/recovery/
Drecovery_main.cpp129 for (auto it = tokens.begin() + 1; it != tokens.end(); it++) { in get_args() local
147 for (auto it = tokens.begin(); it != tokens.end(); it++) { in get_args() local
/bootable/recovery/updater/
Dtarget_files.cpp228 if (auto it = props_map->find(key); it != props_map->end() && it->second != value) { in GetBuildProps() local
Dupdater_runtime_dynamic_partitions.cpp331 auto it = op_map.find(op); in UpdateDynamicPartitions() local
Dcommands.cpp323 for (auto it = locs.crbegin(); it != locs.crend(); it++) { in MoveRange() local
Dblockimg.cpp969 for (auto it = locs.crbegin(); it != locs.crend(); it++) { in MoveRange() local
/bootable/recovery/tests/unit/
Drangeset_test.cpp239 for (auto it = rs.crbegin(); it != rs.crend(); it++) { in TEST() local
Dverifier_test.cpp259 for (auto it = ++args.cbegin(); it != args.cend(); ++it) { in SetUp() local
/bootable/recovery/install/
Dinstall.cpp111 const auto& it = metadata.find(key); in get_value() local