Home
last modified time | relevance | path

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

/build/soong/android/
Dapex.go780 fullListPath OutputPath member
794 return d.fullListPath
817 d.fullListPath = PathForModuleOut(ctx, "depsinfo", "fulllist.txt").OutputPath
818 WriteFileRule(ctx, d.fullListPath, fullContent.String())
823 ctx.Phony(fmt.Sprintf("%s-depsinfo", ctx.ModuleName()), d.fullListPath, d.flatListPath)