Lines Matching refs:android
27 collectHeadersForSnapshot(ctx android.ModuleContext)
28 snapshotHeaders() android.Paths
44 func snapshotMapKey(name string, arch android.ArchType) string {
50 func (s *snapshotMap) add(name string, arch android.ArchType, snapshot string) {
56 func (s *snapshotMap) get(name string, arch android.ArchType) (snapshot string, found bool) {
61 func isSnapshotAware(ctx android.ModuleContext, m *Module) bool {
70 func copyFile(ctx android.SingletonContext, path android.Path, out string) android.OutputPath {
71 outPath := android.PathForOutput(ctx, out)
72 ctx.Build(pctx, android.BuildParams{
73 Rule: android.Cp,
84 func combineNotices(ctx android.SingletonContext, paths android.Paths, out string) android.OutputPa…
85 outPath := android.PathForOutput(ctx, out)
86 ctx.Build(pctx, android.BuildParams{
87 Rule: android.Cat,
95 func writeStringToFile(ctx android.SingletonContext, content, out string) android.OutputPath {
96 outPath := android.PathForOutput(ctx, out)
97 ctx.Build(pctx, android.BuildParams{
98 Rule: android.WriteFile,