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");
107 if (FormatPartition(path, true) != 0) { in DoUserReset()127 if (FormatPartition(path, true) != 0) { in DoFactoryReset()
34 FormatPartition(std::string(reinterpret_cast<const char*>(data), size), false); in FuzzFormatPartition()
24 int FormatPartition(const std::string &path, bool isZeroErase = false);
79 if (auto ret = Updater::FormatPartition(name); ret != 0) { in DoFormat()
267 int FormatPartition(const std::string &path, bool isZeroErase) in FormatPartition() function