Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tools/skdiff/
H A Dskdiff_utils.cpp121 const char oldSubstring[], const char newSubstring[]) { in replace_all() argument
126 size_t oldSubstringLen = strlen(oldSubstring); in replace_all()
127 while ((match_char = strstr(first_char, oldSubstring))) { in replace_all()