Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/rust/
H A Dsanitize.go117 if binary, ok := ctx.RustModule().compiler.(binaryInterface); ok && binary.testBinary() {
289 if binary, ok := mod.compiler.(binaryInterface); ok {
445 } else if binary, ok := mod.compiler.(binaryInterface); ok {
H A Dbinary.go34 type binaryInterface interface { interface
H A Drust.go283 if binary, ok := mod.compiler.(binaryInterface); ok {