Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds