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.buildDir, actual))
Dtesting.go1050 func StringPathRelativeToTop(soongOutDir string, path string) string { func
1094 relative := StringPathRelativeToTop(soongOutDir, path)
Dpaths.go1144 p.fullPath = StringPathRelativeToTop(p.buildDir, p.fullPath)
/build/soong/java/
Djava_test.go1186 if expected != android.StringPathRelativeToTop(ctx.Config().BuildDir(), got) {
Dapp_test.go1745 outputMap[android.StringPathRelativeToTop(outSoongDir, o)] = true