Home
last modified time | relevance | path

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

/base/update/updater/test/unittest/utils/
Dutils_unittest.cpp51 string newStr = Utils::ConvertSha256Hex(a, 1); variable
58 vector<string> newStr = Utils::SplitString(str, "\n"); variable
/base/hiviewdfx/hiview/base/
Ddefault_logger.cpp22 …ne void StringReplace(std::string& sourceStr, const std::string& subStr, const std::string& newStr) in StringReplace()
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
Dfile_format_dump_filter.cpp69 std::string newStr; in FilterControlChar() local
/base/security/device_auth/common_lib/impl/src/
Dstring_util.c232 int32_t DeepCopyString(const char *str, char **newStr) in DeepCopyString()
/base/telephony/telephony_data/common/src/
Drdb_base_helper.cpp172 …bBaseHelper::ReplaceAllStr(std::string &path, const std::string &oldStr, const std::string &newStr) in ReplaceAllStr()