Home
last modified time | relevance | path

Searched refs:isZeroErase (Results 1 – 2 of 2) sorted by relevance

/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/fs_manager/
H A Dmount.cpp267 int FormatPartition(const std::string &path, bool isZeroErase) in FormatPartition() argument
295 if (isZeroErase) { in FormatPartition()