Home
last modified time | relevance | path

Searched refs:StaticExecutable (Results 1 – 8 of 8) sorted by relevance

/build/soong/cc/
Dbinary_sdk_member.go119 StaticExecutable bool member
130 p.StaticExecutable = binaryLinker.static()
160 if p.StaticExecutable {
161 propertySet.AddProperty("static_executable", p.StaticExecutable)
Dvendor_snapshot.go148 StaticExecutable bool `json:",omitempty"` member
323 prop.StaticExecutable = m.StaticExecutable()
Dlinkable.go235 StaticExecutable() bool methodSpec
Dcc.go3275 func (c *Module) StaticExecutable() bool { func
/build/soong/rust/
Dsanitize.go148 if !ctx.RustModule().StaticExecutable() {
165 if !ctx.RustModule().StaticExecutable() {
416 if mod.StaticExecutable() {
Dcompiler.go395 if ctx.RustModule().StaticExecutable() {
Drust.go274 func (mod *Module) StaticExecutable() bool { func
/build/soong/apex/
Dapex.go2678 if l, ok := module.(cc.LinkableInterface); ok && l.StaticExecutable() {