Home
last modified time | relevance | path

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

/build/soong/android/
Dmakevars.go203 phonies []phony member
246 var phonies []phony
264 phonies = append(phonies, mctx.phonies...)
277 phonies = append(phonies, mctx.phonies...)
317 sort.Slice(phonies, func(i, j int) bool {
318 return phonies[i].name < phonies[j].name
341 lateOutBytes := s.writeLate(phonies, dists)
440 func (s *makeVarsSingleton) writeLate(phonies []phony, dists []dist) []byte {
450 for _, phony := range phonies {
606 c.phonies = append(c.phonies, phony{name, deps})
Dmodule_context.go228 phonies map[string]Paths member