Lines Matching refs:string_replace
556 if (string_replace(f + ".END", ".cc.END", "") != f + ".END" ||
557 string_replace(f + ".END", ".c.END", "") != f + ".END" ||
558 string_replace(f + ".END", ".mm.END", "") != f + ".END" ||
559 string_replace(f + ".END", ".m.END", "") != f + ".END") {
603 if (string_replace(f + ".END", ".cc.END", "") != f + ".END" ||
604 string_replace(f + ".END", ".c.END", "") != f + ".END" ||
605 string_replace(f + ".END", ".mm.END", "") != f + ".END" ||
606 string_replace(f + ".END", ".m.END", "") != f + ".END") {
641 _output_name = string_replace("${_magic_prefix}${_output_name}",
645 _output_name = string_replace(_output_name, _magic_prefix, "", 1)
685 string_replace(_output_name, "$target_name:$target_name", target_name)
686 _output_name = string_replace(_output_name, "//", "")
687 _output_name = string_replace(_output_name, "/", "_")
688 _output_name = string_replace(_output_name, ":", "_")