Home
last modified time | relevance | path

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

/build/soong/android/
Dmakevars.go199 phonies []phony member
242 var phonies []phony
258 phonies = append(phonies, mctx.phonies...)
271 phonies = append(phonies, mctx.phonies...)
288 sort.Slice(phonies, func(i, j int) bool {
289 return phonies[i].name < phonies[j].name
312 lateOutBytes := s.writeLate(phonies, dists)
407 func (s *makeVarsSingleton) writeLate(phonies []phony, dists []dist) []byte {
417 for _, phony := range phonies {
556 c.phonies = append(c.phonies, phony{name, deps})
Dmodule.go2506 phonies map[string]Paths member