Searched refs:DoErase (Results 1 – 6 of 6) sorted by relevance
49 if (!DoErase(params[1])) { in DoCommand()56 bool EraseCommander::DoErase(const std::string &partitionName) const in DoErase() function in Flashd::EraseCommander60 if (auto ret = part.DoErase(); ret != 0) { in DoErase()
31 bool DoErase(const std::string &partitionName) const;
72 return part.DoErase(); in DoFormat()
32 int DoErase() const;
42 int Partition::DoErase() const in DoErase() function in Flashd::Partition
238 int ret = partTest.DoErase();