Home
last modified time | relevance | path

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

/build/soong/android/
Dtest_asserts.go80 AssertStringEquals(t, message, expected, StringPathRelativeToTop(config.soongOutDir, actual))
Dtesting.go1242 func StringPathRelativeToTop(soongOutDir string, path string) string { func
1286 relative := StringPathRelativeToTop(soongOutDir, path)
Dpaths.go1255 p.fullPath = StringPathRelativeToTop(p.soongOutDir, p.fullPath)
/build/soong/java/
Djava_test.go1136 if expected != android.StringPathRelativeToTop(ctx.Config().SoongOutDir(), got) {
Dapp_test.go1809 outputMap[android.StringPathRelativeToTop(outSoongDir, o)] = true