Home
last modified time | relevance | path

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

/frameworks/base/tools/streaming_proto/
Dstring_utils.h31 string replace_string(const string& str, const char replace, const char with);
Dstring_utils.cpp80 replace_string(const string& str, const char replace, const char with) in replace_string() function
/frameworks/base/tools/streaming_proto/cpp/
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()
/frameworks/base/tools/incident_section_gen/
Dmain.cpp535 static string replace_string(const string& str, const char replace, const char with) in replace_string() function
567 printf("%s%s,\n", indent.c_str(), replace_string(text.str(), '\n', ' ').c_str()); in generateCsv()
/frameworks/base/tools/streaming_proto/java/
Dmain.cpp56 result = replace_string(package, '.', '/'); in make_file_name()