Home
last modified time | relevance | path

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

/build/soong/rust/
Dsanitize.go120 if binary, ok := ctx.RustModule().compiler.(binaryInterface); ok && binary.testBinary() {
297 if binary, ok := mod.compiler.(binaryInterface); ok {
453 } else if binary, ok := mod.compiler.(binaryInterface); ok {
Dbinary.go34 type binaryInterface interface { interface
Drust.go298 if binary, ok := mod.compiler.(binaryInterface); ok {