Home
last modified time | relevance | path

Searched defs:phony (Results 1 – 4 of 4) sorted by relevance

/aosp12/build/soong/phony/
H A Dphony.go15 package phony package
29 type phony struct { struct
30 android.ModuleBase
31 requiredModuleNames []string
32 hostRequiredModuleNames []string
33 targetRequiredModuleNames []string
/aosp12/build/soong/android/
H A Dmakevars.go204 type phony struct { struct
205 name string
206 deps []string
383 func (s *makeVarsSingleton) writeLate(phonies []phony, dists []dist) []byte {
/aosp12/build/blueprint/bootstrap/
H A Dbootstrap.go149 phony = pctx.StaticRule("phony", var
/aosp12/bionic/libc/stdio/
H A Dstdio.cpp1242 namespace phony { namespace