Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dtesting.go790 bparams.Depfile = normalizeWritablePathRelativeToTop(bparams.Depfile)
791 bparams.Output = normalizeWritablePathRelativeToTop(bparams.Output)
793 bparams.ImplicitOutput = normalizeWritablePathRelativeToTop(bparams.ImplicitOutput)
819 func normalizeWritablePathRelativeToTop(path WritablePath) WritablePath { func