Searched refs:replace_char (Results 1 – 3 of 3) sorted by relevance
/external/toybox/toys/other/ |
D | sysctl.c | 39 static void replace_char(char *str, char old, char new) in replace_char() function 76 replace_char(key = path + 10, '/', '.'); // skip "/proc/sys/" in do_show_keys() 106 replace_char(path, '.', '/'); in process_key()
|
/external/skia/tools/ |
D | picture_utils.h | 26 void replace_char(SkString* str, const char oldChar, const char newChar);
|
D | picture_utils.cpp | 33 void replace_char(SkString* str, const char oldChar, const char newChar) { in replace_char() function
|