Searched refs:NoticeFiles (Results 1 – 6 of 6) sorted by relevance
136 if fi.module != nil && len(fi.module.NoticeFiles()) > 0 {137 fmt.Fprintln(w, "LOCAL_NOTICE_FILE :=", strings.Join(fi.module.NoticeFiles().Strings(), " "))
281 notices := to.NoticeFiles()
671 if len(m.NoticeFiles()) > 0 {677 ctx, m.NoticeFiles(), filepath.Join(noticeDir, noticeName)))
804 if len(m.NoticeFiles()) > 0 {811 ctx, m.NoticeFiles(), noticeOut))
669 paths := child.(android.Module).NoticeFiles()679 if len(a.NoticeFiles()) > 0 {680 for _, path := range a.NoticeFiles() {
262 NoticeFiles() Paths methodSpec1110 func (m *ModuleBase) NoticeFiles() Paths { func