Home
last modified time | relevance | path

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

/build/soong/android/
Dtest_asserts.go81 AssertStringEquals(t, message, expected, StringPathRelativeToTop(config.soongOutDir, actual))
Dtesting.go1225 func StringPathRelativeToTop(soongOutDir string, path string) string { func
1269 relative := StringPathRelativeToTop(soongOutDir, path)
Dpaths.go1329 p.fullPath = StringPathRelativeToTop(p.soongOutDir, p.fullPath)
/build/soong/java/
Djava_test.go1224 if expected != android.StringPathRelativeToTop(ctx.Config().SoongOutDir(), got) {
Dapp_test.go2512 outputMap[android.StringPathRelativeToTop(outSoongDir, o)] = true