Home
last modified time | relevance | path

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

/build/soong/android/
Dtesting.go604 bparams.Depfile = normalizeWritablePathRelativeToTop(bparams.Depfile)
605 bparams.Output = normalizeWritablePathRelativeToTop(bparams.Output)
607 bparams.SymlinkOutput = normalizeWritablePathRelativeToTop(bparams.SymlinkOutput)
609 bparams.ImplicitOutput = normalizeWritablePathRelativeToTop(bparams.ImplicitOutput)
636 func normalizeWritablePathRelativeToTop(path WritablePath) WritablePath { func