Home
last modified time | relevance | path

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

/aosp12/build/soong/android/
H A Dmodule.go2880 paths, err := outputFilesForModule(ctx, module, tag)
2891 paths, err := outputFilesForModule(ctx, module, tag)
2904 func outputFilesForModule(ctx PathContext, module blueprint.Module, tag string) (Paths, error) { func