Searched refs:SuperFlashHelper (Results 1 – 5 of 5) sorted by relevance
27 SuperFlashHelper::SuperFlashHelper(const ImageSource& source) : source_(source) {} in SuperFlashHelper() function in SuperFlashHelper29 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()
30 class SuperFlashHelper final {32 explicit SuperFlashHelper(const ImageSource& source);
88 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()
51 TEST(SuperFlashHelper, ImageEquality) { in TEST() argument56 SuperFlashHelper helper(source); in TEST()
79 FlashSuperLayoutTask(const std::string& super_name, std::unique_ptr<SuperFlashHelper> helper,90 std::unique_ptr<SuperFlashHelper> helper_;