Home
last modified time | relevance | path

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

/build/soong/rust/
Dsanitize.go124 if binary, ok := ctx.RustModule().compiler.(binaryInterface); ok && binary.testBinary() {
303 if binary, ok := mod.compiler.(binaryInterface); ok {
459 } else if binary, ok := mod.compiler.(binaryInterface); ok {
Dbinary.go34 type binaryInterface interface { interface
Drust.go345 if binary, ok := mod.compiler.(binaryInterface); ok {