Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/src/
H A Ddump_helper.cpp225 std::string helpInfoAdd; in GetFormatMaxSize() local
227 helpInfoAdd.append(" ") in GetFormatMaxSize()
233 formatMaxSize = helpInfoAdd.size() > formatMaxSize ? helpInfoAdd.size() : formatMaxSize; in GetFormatMaxSize()