Home
last modified time | relevance | path

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

/build/soong/android/
Dtesting.go746 bparams.Depfile = normalizeWritablePathRelativeToTop(bparams.Depfile)
747 bparams.Output = normalizeWritablePathRelativeToTop(bparams.Output)
749 bparams.ImplicitOutput = normalizeWritablePathRelativeToTop(bparams.ImplicitOutput)
775 func normalizeWritablePathRelativeToTop(path WritablePath) WritablePath { func