Home
last modified time | relevance | path

Searched refs:FormatPartition (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/update/updater/test/unittest/mount_test/
H A Dmount_unittest.cpp67 int ret = FormatPartition(path1);
70 ret = FormatPartition(path2);
73 ret = FormatPartition(path3);
76 ret = FormatPartition(path4);
90 ret = FormatPartition("/misc");
/ohos5.0/base/update/updater/services/factory_reset/
H A Dfactory_reset.cpp107 if (FormatPartition(path, true) != 0) { in DoUserReset()
127 if (FormatPartition(path, true) != 0) { in DoFactoryReset()
/ohos5.0/base/update/updater/test/fuzztest/UpdaterFormatPartition_fuzzer/
H A DUpdaterFormatPartition_fuzzer.cpp34 FormatPartition(std::string(reinterpret_cast<const char*>(data), size), false); in FuzzFormatPartition()
/ohos5.0/base/update/updater/services/include/fs_manager/
H A Dmount.h24 int FormatPartition(const std::string &path, bool isZeroErase = false);
/ohos5.0/base/update/updater/services/flashd/
H A Dpartition.cpp79 if (auto ret = Updater::FormatPartition(name); ret != 0) { in DoFormat()
/ohos5.0/base/update/updater/services/fs_manager/
H A Dmount.cpp267 int FormatPartition(const std::string &path, bool isZeroErase) in FormatPartition() function