Home
last modified time | relevance | path

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

/build/soong/android/
Dtesting.go798 bparams.Depfile = normalizeWritablePathRelativeToTop(bparams.Depfile)
799 bparams.Output = normalizeWritablePathRelativeToTop(bparams.Output)
801 bparams.ImplicitOutput = normalizeWritablePathRelativeToTop(bparams.ImplicitOutput)
827 func normalizeWritablePathRelativeToTop(path WritablePath) WritablePath { func