Searched refs:FormatPartition (Results 1 – 6 of 6) sorted by relevance
67 int ret = FormatPartition(path1);70 ret = FormatPartition(path2);73 ret = FormatPartition(path3);76 ret = FormatPartition(path4);90 ret = FormatPartition("/misc");
34 FormatPartition(reinterpret_cast<const char*>(data)); in FuzzFormatPartition()
24 int FormatPartition(const std::string &path, bool isZeroErase = false);
78 if (auto ret = Updater::FormatPartition(name); ret != 0) { in DoFormat()
248 int FormatPartition(const std::string &path, bool isZeroErase) in FormatPartition() function
75 if (FormatPartition(path, true) != 0) { in DoFactoryReset()