Home
last modified time | relevance | path

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

/developtools/packing_tool/packing_tool/frameworks/include/
H A Dutils.h47 static std::string ReplaceAll(std::string str, const std::string& from, const std::string& to);
/developtools/hdc/src/common/
H A Dbase.h178 string ReplaceAll(string str, const string from, const string to);
H A Dbase.cpp1948 string ReplaceAll(string str, const string from, const string to) in ReplaceAll() function
/developtools/packing_tool/packing_tool/frameworks/src/
H A Dzip_utils.cpp255 std::string fileName = Utils::ReplaceAll(filePathInZip, RESOURCE_PATH, ""); in AddToResourceMap()
H A Dutils.cpp82 std::string Utils::ReplaceAll(std::string str, const std::string& from, const std::string& to) in ReplaceAll() function in OHOS::AppPackingTool::Utils
/developtools/hdc/src/daemon/
H A Ddaemon_app.cpp127 echo = Base::ReplaceAll(echo, "\n", " "); in AsyncInstallFinish()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/utils_Test/
H A Dutils_test.cpp143 * @tc.desc: ReplaceAll.
152 str = OHOS::AppPackingTool::Utils::ReplaceAll(str, from, to); in HWTEST_F()
/developtools/hdc/src/host/
H A Dext_client.cpp177 all = Base::ReplaceAll(all, "\n", "\texternal\n"); in ListTargets()
H A Dclient.cpp749 all = Base::ReplaceAll(all, "\n", "\thdc\n"); in ListTargetsAll()
/developtools/packing_tool/packing_tool/frameworks/src/json/
H A Dpack_info.cpp621 formFullName = moduleName + "/" + formName + "-" + Utils::ReplaceAll(supportDimension, "*", "x"); in GetFormNamesByFormsObj()
H A Dmodule_json.cpp515 std::string fileName = Utils::ReplaceAll(resource, PROFILE, "") + JSON_PREFIX; in GetModuleMetadataInfoByModuleMetadataInfoObj()

Completed in 13 milliseconds