Home
last modified time | relevance | path

Searched refs:replace_string (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/tools/streaming_proto/
H A Dstring_utils.h31 string replace_string(const string& str, const char replace, const char with);
H A Dstring_utils.cpp80 replace_string(const string& str, const char replace, const char with) in replace_string() function
/aosp14/frameworks/base/tools/streaming_proto/cpp/
H A Dmain.cpp130 string header = "ANDROID_" + replace_string(file_descriptor.name(), '/', '_'); in write_header_file()
131 header = replace_string(header, '.', '_') + "_stream_h"; in write_header_file()
/aosp14/frameworks/base/tools/incident_section_gen/
H A Dmain.cpp545 static string replace_string(const string& str, const char replace, const char with) in replace_string() function
577 printf("%s%s,\n", indent.c_str(), replace_string(text.str(), '\n', ' ').c_str()); in generateCsv()
/aosp14/frameworks/base/tools/streaming_proto/java/
H A Dmain.cpp56 result = replace_string(package, '.', '/'); in make_file_name()