Home
last modified time | relevance | path

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

/external/cronet/net/data/parse_certificate_unittest/
Dregenerate_pem_from_ascii.py39 def replace_string(original, start, end, replacement): function
54 return replace_string(template, m.start(1), m.end(1), value)
98 modified = replace_string(orig, m.start(1), m.end(1),
Drebase-errors.py79 def replace_string(original, start, end, replacement): function
97 contents = replace_string(contents, m.start(1), m.end(1),
/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()