Home
last modified time | relevance | path

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

/base/update/updater/services/include/fs_manager/
Dmount.h25 int FormatPartition(const std::string &path, bool isZeroErase = false);
/base/update/updater/services/fs_manager/
Dmount.cpp166 int FormatPartition(const std::string &path, bool isZeroErase) in FormatPartition() argument
189 if (isZeroErase) { in FormatPartition()