Home
last modified time | relevance | path

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

/build/soong/cc/
Dlinkable.go20 IsDependencyRoot() bool methodSpec
Dsanitize.go1264 if c.IsDependencyRoot() && c.IsSanitizerEnabled(t) {
/build/soong/rust/
Drust.go157 func (mod *Module) IsDependencyRoot() bool { func