Searched refs:ReplaceAll (Results 1 - 11 of 11) sorted by relevance
/developtools/packing_tool/packing_tool/frameworks/include/ |
H A D | utils.h | 47 static std::string ReplaceAll(std::string str, const std::string& from, const std::string& to);
|
/developtools/hdc/src/common/ |
H A D | base.h | 178 string ReplaceAll(string str, const string from, const string to);
|
H A D | base.cpp | 1948 string ReplaceAll(string str, const string from, const string to) in ReplaceAll() function
|
/developtools/packing_tool/packing_tool/frameworks/src/ |
H A D | zip_utils.cpp | 255 std::string fileName = Utils::ReplaceAll(filePathInZip, RESOURCE_PATH, ""); in AddToResourceMap()
|
H A D | utils.cpp | 82 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 D | daemon_app.cpp | 127 echo = Base::ReplaceAll(echo, "\n", " "); in AsyncInstallFinish()
|
/developtools/packing_tool/packing_tool/frameworks/test/unittest/utils_Test/ |
H A D | utils_test.cpp | 143 * @tc.desc: ReplaceAll. 152 str = OHOS::AppPackingTool::Utils::ReplaceAll(str, from, to); in HWTEST_F()
|
/developtools/hdc/src/host/ |
H A D | ext_client.cpp | 177 all = Base::ReplaceAll(all, "\n", "\texternal\n"); in ListTargets()
|
H A D | client.cpp | 749 all = Base::ReplaceAll(all, "\n", "\thdc\n"); in ListTargetsAll()
|
/developtools/packing_tool/packing_tool/frameworks/src/json/ |
H A D | pack_info.cpp | 621 formFullName = moduleName + "/" + formName + "-" + Utils::ReplaceAll(supportDimension, "*", "x"); in GetFormNamesByFormsObj()
|
H A D | module_json.cpp | 515 std::string fileName = Utils::ReplaceAll(resource, PROFILE, "") + JSON_PREFIX; in GetModuleMetadataInfoByModuleMetadataInfoObj()
|
Completed in 13 milliseconds