Lines Matching refs:string_replace
548 if (string_replace(f + ".END", ".cc.END", "") != f + ".END" ||
549 string_replace(f + ".END", ".c.END", "") != f + ".END" ||
550 string_replace(f + ".END", ".mm.END", "") != f + ".END" ||
551 string_replace(f + ".END", ".m.END", "") != f + ".END") {
595 if (string_replace(f + ".END", ".cc.END", "") != f + ".END" ||
596 string_replace(f + ".END", ".c.END", "") != f + ".END" ||
597 string_replace(f + ".END", ".mm.END", "") != f + ".END" ||
598 string_replace(f + ".END", ".m.END", "") != f + ".END") {
633 _output_name = string_replace("${_magic_prefix}${_output_name}",
637 _output_name = string_replace(_output_name, _magic_prefix, "", 1)
677 string_replace(_output_name, "$target_name:$target_name", target_name)
678 _output_name = string_replace(_output_name, "//", "")
679 _output_name = string_replace(_output_name, "/", "_")
680 _output_name = string_replace(_output_name, ":", "_")