Searched refs:NoticeFile (Results 1 – 6 of 6) sorted by relevance
128 if fi.module != nil && fi.module.NoticeFile().Valid() {129 fmt.Fprintln(w, "LOCAL_NOTICE_FILE :=", fi.module.NoticeFile().Path().String())
232 notice := to.NoticeFile()
669 if m.NoticeFile().Valid() {675 ctx, m.NoticeFile().Path(), filepath.Join(noticeDir, noticeName)))
797 if m.NoticeFile().Valid() {804 ctx, m.NoticeFile().Path(), noticeOut))
666 path := child.(android.Module).NoticeFile()674 if a.NoticeFile().Valid() {675 noticePathSet[a.NoticeFile().Path()] = true
237 NoticeFile() OptionalPath methodSpec1021 func (m *ModuleBase) NoticeFile() OptionalPath { func