Home
last modified time | relevance | path

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

/external/skia/tools/
Dskdiff_utils.cpp82 static SkString replace_all(const SkString &input, in replace_all() function
107 diffName = replace_all(diffName, PATH_DIV_STR, "_"); in filename_to_derived_filename()
/external/selinux/libsemanage/src/
Dgenhomedircon.c491 static Ustr *replace_all(const char *str, const replacement_pair_t * repl) in replace_all() function
569 line = replace_all(tpl->data, repl); in write_home_dir_context()
595 line = replace_all(tpl->data, repl); in write_home_root_context()
624 line = replace_all(tpl->data, repl); in write_user_context()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc105 const string& newsub, bool replace_all, in StringReplace() argument
122 } while (replace_all); in StringReplace()
136 const string& newsub, bool replace_all) { in StringReplace() argument
138 StringReplace(s, oldsub, newsub, replace_all, &ret); in StringReplace()
Dstrutil.h167 const string& newsub, bool replace_all);
/external/libchrome/base/strings/
Dstring_util.cc706 bool replace_all) { in DoReplaceSubstringsAfterOffset() argument
717 if (!replace_all) { in DoReplaceSubstringsAfterOffset()
/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp2735 uint64_t replace_all(std::string& str, const std::string& oldStr, const std::string& newStr) in replace_all() function
2796 replace_all(directory,"'","\\'"); in LoadScriptingModule()