Home
last modified time | relevance | path

Searched refs:FdoProfileTag (Results 1 – 3 of 3) sorted by relevance

/build/soong/rust/
Dafdo.go53 cc.FdoProfileTag,
69 ctx.VisitDirectDepsWithTag(cc.FdoProfileTag, func(m android.Module) {
/build/soong/cc/
Dafdo.go64 fdoProfileDeps := ctx.GetDirectDepsWithTag(FdoProfileTag)
119 FdoProfileTag,
Dcc.go809 FdoProfileTag = dependencyTag{name: "fdo_profile"} var