Home
last modified time | relevance | path

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

/external/e2fsprogs/util/
Dsubst.c121 static void replace_string(char *begin, char *end, char *newstr) in replace_string() function
179 replace_string(ptr, end_ptr, ent->value); in substitute_line()
219 replace_string(ptr, end_ptr, ent->value); in substitute_line()
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc885 const wchar_t *replace_string = L"(void)"; in GetSymbolFunctionName() local
886 const size_t replace_length = wcslen(replace_string); in GetSymbolFunctionName()
891 if (wcscmp(name_end, replace_string) == 0) { in GetSymbolFunctionName()