Home
last modified time | relevance | path

Searched defs:newStr (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/hiview/base/
Ddefault_logger.cpp22 …ne void StringReplace(std::string& sourceStr, const std::string& subStr, const std::string& newStr) in StringReplace()
/base/update/updater/test/unittest/utils/
Dutils_unittest.cpp58 string newStr = Utils::ConvertSha256Hex(a, 1); variable
65 vector<string> newStr = Utils::SplitString(str, "\n"); variable
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
Dfile_format_dump_filter.cpp69 std::string newStr; in FilterControlChar() local
/base/telephony/data_storage/common/src/
Drdb_base_helper.cpp192 …bBaseHelper::ReplaceAllStr(std::string &path, const std::string &oldStr, const std::string &newStr) in ReplaceAllStr()