Searched refs:replace_string (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tools/streaming_proto/ |
D | string_utils.h | 31 string replace_string(const string& str, const char replace, const char with);
|
D | string_utils.cpp | 80 replace_string(const string& str, const char replace, const char with) in replace_string() function
|
/frameworks/base/tools/streaming_proto/cpp/ |
D | main.cpp | 130 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/ |
D | main.cpp | 535 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/ |
D | main.cpp | 56 result = replace_string(package, '.', '/'); in make_file_name()
|