Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dtest_asserts.go81 AssertStringEquals(t, message, expected, StringPathRelativeToTop(config.soongOutDir, actual))
H A Dtesting.go1281 func StringPathRelativeToTop(soongOutDir string, path string) string { func
1331 relative := StringPathRelativeToTop(soongOutDir, path)
H A Dpaths.go1525 p.fullPath = StringPathRelativeToTop(p.outDir, p.fullPath)
/aosp_15_r20/build/soong/java/
H A Djava_test.go1350 if expected != android.StringPathRelativeToTop(ctx.Config().SoongOutDir(), got) {
H A Dapp_test.go2534 outputMap[android.StringPathRelativeToTop(outSoongDir, o)] = true