Home
last modified time | relevance | path

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

/build/soong/android/
Drule_builder.go796 return ninjaEscapeExceptForSpans(c.String(), c.unescapedSpans)
799 func ninjaEscapeExceptForSpans(s string, spans [][2]int) string { func
Drule_builder_test.go615 if got := ninjaEscapeExceptForSpans(tt.args.s, tt.args.spans); got != tt.want {