Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine_lite/frameworks/common/log/
H A Dace_log.cpp30 string::size_type foundPos = original.find(toBeReplaced); in ReplaceHiLogPrivacyKeyWords() local
31 if (foundPos == string::npos) { in ReplaceHiLogPrivacyKeyWords()
36 original.replace(foundPos, toBeReplacedLen, targetStr); in ReplaceHiLogPrivacyKeyWords()

Completed in 1 milliseconds