Home
last modified time | relevance | path

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

/system/core/fastboot/
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()
Dsuper_flash_helper.h30 class SuperFlashHelper final {
32 explicit SuperFlashHelper(const ImageSource& source);
Dsuper_flash_helper_test.cpp51 TEST(SuperFlashHelper, ImageEquality) { in TEST() argument
56 SuperFlashHelper helper(source); in TEST()
Dtask.h87 OptimizedFlashSuperTask(const std::string& super_name, std::unique_ptr<SuperFlashHelper> helper,
101 std::unique_ptr<SuperFlashHelper> helper_;
Dtask.cpp110 std::unique_ptr<SuperFlashHelper> helper, in OptimizedFlashSuperTask()
206 std::unique_ptr<SuperFlashHelper> helper = std::make_unique<SuperFlashHelper>(*fp->source); in Initialize()