Home
last modified time | relevance | path

Searched defs:Host (Results 1 – 2 of 2) sorted by relevance

/tools/treble/build/treble_build/cmd/
Dmain.go112 Host *app.HostReport `json:"host,omitempty"` member
/tools/asuite/adevice/src/
Dadevice.rs28 pub trait Host { interface
116 host: &impl Host, in adevice()