Home
last modified time | relevance | path

Searched defs:replace_char (Results 1 – 2 of 2) sorted by relevance

/external/skia/tools/
Dpicture_utils.cpp33 void replace_char(SkString* str, const char oldChar, const char newChar) { in replace_char() function
/external/toybox/toys/other/
Dsysctl.c39 static void replace_char(char *str, char old, char new) in replace_char() function