Home
last modified time | relevance | path

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

/build/soong/common/
Dpackage_ctx.go110 p := PathForIntermediates(ctx, path)
Dpaths.go386 files, err := Glob(gctx, PathForIntermediates(ctx, intermediates).String(), path.String(), nil)
494 func PathForIntermediates(ctx PathContext, paths ...string) OutputPath { func