Searched refs:pname_ (Results 1 – 2 of 2) sorted by relevance
/aosp14/system/core/fastboot/ |
H A D | task.cpp | 31 : pname_(_pname), fname_(_fname), slot_(_slot), apply_vbmeta_(apply_vbmeta) {} in FlashTask() 46 do_for_partitions(pname_, slot_, flash, true); in Run() 55 return pname_; in GetPartitionAndSlot() 60 return pname_ + "_" + slot; in GetPartitionAndSlot() 271 : fp_(fp), pname_(pname), size_(size), slot_(slot) {} in ResizeTask() 279 do_for_partitions(pname_, slot_, resize_partition, false); in Run() 285 fp_->fb->DeletePartition(pname_); in Run() 293 LOG(ERROR) << "wipe task partition not found: " << pname_; in Run() 297 if (fp_->fb->Erase(pname_) != fastboot::SUCCESS) { in Run() 298 LOG(ERROR) << "wipe task erase failed with partition: " << pname_; in Run() [all …]
|
H A D | task.h | 52 std::string GetPartition() { return pname_; } in GetPartition() 59 const std::string pname_; 114 const std::string pname_; variable 126 const std::string pname_; variable 138 const std::string pname_; variable
|