Home
last modified time | relevance | path

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

/external/crosvm/sandbox/src/
Dlib.rs133 pub struct TargetServices { struct
134 target: *mut bindings::TargetServices, argument
317 impl TargetServices { impl
/external/crosvm/sandbox/
Dbindings.rs257 pub struct TargetServices { struct
258 _unused: [u8; 0],
302 pub fn sbox_lower_token(target: *mut TargetServices); in sbox_lower_token()