Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp1212 std::vector<std::pair<const Image*, std::string>> os_images_; member in FlashAllTool
1247 for (const auto& [image, slot] : os_images_) { in Flash()
1257 FlashImages(os_images_); in Flash()
1297 os_images_.emplace_back(&images[i], slot); in CollectImages()
1358 for (const auto& [image, slot] : os_images_) { in UpdateSuperPartition()