Home
last modified time | relevance | path

Searched refs:StringReplace (Results 1 – 11 of 11) sorted by relevance

/device/google/cuttlefish/host/commands/assemble_cvd/
Dflag_feature.cpp31 using android::base::StringReplace; in XmlEscape()
32 return StringReplace(StringReplace(s, "<", "&lt;", true), ">", "&gt;", true); in XmlEscape()
Dboot_config.cc112 bootconfig_args = android::base::StringReplace( in Setup()
119 android::base::StringReplace(bootconfig_args, " kernel.", " ", true); in Setup()
Dboot_image_utils.cc273 : " " + android::base::StringReplace(bootconfig, "\n", " ", true)); in RepackVendorBootImage()
279 kernel_cmdline = android::base::StringReplace( in RepackVendorBootImage()
/device/google/cuttlefish/host/commands/cvd/
Dcommand_sequence.cpp44 using android::base::StringReplace; in BashEscape()
45 return safe ? input : "'" + StringReplace(input, "'", "\\'", true) + "'"; in BashEscape()
/device/google/cuttlefish/common/libs/utils/
Dflag_parser.cpp237 using android::base::StringReplace; in XmlEscape()
238 return StringReplace(StringReplace(s, "<", "&lt;", true), ">", "&gt;", true); in XmlEscape()
/device/google/cuttlefish/host/libs/web/
Dcredential_source.cc222 base64 = android::base::StringReplace(base64, "+", "-", /* all */ true); in Base64Url()
223 base64 = android::base::StringReplace(base64, "/", "_", /* all */ true); in Base64Url()
/device/generic/vulkan-cereal/base/
DStringUtils.h127 [[nodiscard]] std::string StringReplace(std::string_view s,
DStringUtils.cpp185 std::string StringReplace(std::string_view s, in StringReplace() function
/device/google/cuttlefish/host/commands/modem_simulator/
Dchannel_monitor.cpp143 commands = android::base::StringReplace(commands, "\n", "\r", true); in ReadCommand()
/device/google/cuttlefish/guest/hals/keymint/remote/
Dremote_keymaster.cpp89 boot_prop_value = android::base::StringReplace(boot_prop_value.data(), "-", in Initialize()
/device/google/cuttlefish/host/commands/modem_simulator/unittest/
Dservice_test.cpp127 commands = android::base::StringReplace(commands, "\n", "\r", true); in ReadCommandResponse()