Home
last modified time | relevance | path

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

/build/soong/sdk/
Dtesting.go141 otherCopyRules := &strings.Builder{}
164 _, _ = fmt.Fprintf(otherCopyRules, "%s -> %s\n", src, dest)
202 info.otherCopyRules = otherCopyRules.String()
348 android.AssertTrimmedStringEquals(info.t, "Incorrect copy rules", expected, info.otherCopyRules)
454 otherCopyRules string member