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);
51 TEST(SuperFlashHelper, ImageEquality) { in TEST() argument56 SuperFlashHelper helper(source); in TEST()
87 OptimizedFlashSuperTask(const std::string& super_name, std::unique_ptr<SuperFlashHelper> helper,101 std::unique_ptr<SuperFlashHelper> helper_;
110 std::unique_ptr<SuperFlashHelper> helper, in OptimizedFlashSuperTask()206 std::unique_ptr<SuperFlashHelper> helper = std::make_unique<SuperFlashHelper>(*fp->source); in Initialize()