Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.h87 using ImageEntry = std::pair<const Image*, std::string>; variable
129 std::vector<ImageEntry> boot_images_;
130 std::vector<ImageEntry> os_images_;
186 std::string GetPartitionName(const ImageEntry& entry, const std::string& current_slot_);
Dtask.h25 using ImageEntry = std::pair<const Image*, std::string>; variable
Dfastboot.cpp1579 std::string GetPartitionName(const ImageEntry& entry, const std::string& current_slot) { in GetPartitionName()