Searched refs:StringReplace (Results 1 – 11 of 11) sorted by relevance
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | flag_feature.cpp | 31 using android::base::StringReplace; in XmlEscape() 32 return StringReplace(StringReplace(s, "<", "<", true), ">", ">", true); in XmlEscape()
|
D | boot_config.cc | 112 bootconfig_args = android::base::StringReplace( in Setup() 119 android::base::StringReplace(bootconfig_args, " kernel.", " ", true); in Setup()
|
D | boot_image_utils.cc | 273 : " " + android::base::StringReplace(bootconfig, "\n", " ", true)); in RepackVendorBootImage() 279 kernel_cmdline = android::base::StringReplace( in RepackVendorBootImage()
|
/device/google/cuttlefish/host/commands/cvd/ |
D | command_sequence.cpp | 44 using android::base::StringReplace; in BashEscape() 45 return safe ? input : "'" + StringReplace(input, "'", "\\'", true) + "'"; in BashEscape()
|
/device/google/cuttlefish/common/libs/utils/ |
D | flag_parser.cpp | 237 using android::base::StringReplace; in XmlEscape() 238 return StringReplace(StringReplace(s, "<", "<", true), ">", ">", true); in XmlEscape()
|
/device/google/cuttlefish/host/libs/web/ |
D | credential_source.cc | 222 base64 = android::base::StringReplace(base64, "+", "-", /* all */ true); in Base64Url() 223 base64 = android::base::StringReplace(base64, "/", "_", /* all */ true); in Base64Url()
|
/device/generic/vulkan-cereal/base/ |
D | StringUtils.h | 127 [[nodiscard]] std::string StringReplace(std::string_view s,
|
D | StringUtils.cpp | 185 std::string StringReplace(std::string_view s, in StringReplace() function
|
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | channel_monitor.cpp | 143 commands = android::base::StringReplace(commands, "\n", "\r", true); in ReadCommand()
|
/device/google/cuttlefish/guest/hals/keymint/remote/ |
D | remote_keymaster.cpp | 89 boot_prop_value = android::base::StringReplace(boot_prop_value.data(), "-", in Initialize()
|
/device/google/cuttlefish/host/commands/modem_simulator/unittest/ |
D | service_test.cpp | 127 commands = android::base::StringReplace(commands, "\n", "\r", true); in ReadCommandResponse()
|