Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A Dsuper_flash_helper.cpp27 SuperFlashHelper::SuperFlashHelper(const ImageSource& source) : source_(source) {} in SuperFlashHelper() function in SuperFlashHelper
29 bool SuperFlashHelper::Open(borrowed_fd fd) { in Open()
39 bool SuperFlashHelper::IncludeInSuper(const std::string& partition) { in IncludeInSuper()
43 bool SuperFlashHelper::AddPartition(const std::string& partition, const std::string& image_name, in AddPartition()
73 SparsePtr SuperFlashHelper::GetSparseLayout() { in GetSparseLayout()
H A Dsuper_flash_helper.h30 class SuperFlashHelper final {
32 explicit SuperFlashHelper(const ImageSource& source);
H A Dtask.cpp88 std::unique_ptr<SuperFlashHelper> helper, in FlashSuperLayoutTask()
147 std::unique_ptr<SuperFlashHelper> helper = std::make_unique<SuperFlashHelper>(*fp->source); in Initialize()
210 std::unique_ptr<SuperFlashHelper> helper = std::make_unique<SuperFlashHelper>(*fp->source); in InitializeFromTasks()
H A Dsuper_flash_helper_test.cpp51 TEST(SuperFlashHelper, ImageEquality) { in TEST() argument
56 SuperFlashHelper helper(source); in TEST()
H A Dtask.h79 FlashSuperLayoutTask(const std::string& super_name, std::unique_ptr<SuperFlashHelper> helper,
90 std::unique_ptr<SuperFlashHelper> helper_;