Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/sandbox/src/
H A Dlib.rs120 pub type SandboxWarning = SandboxError; typedef
249 ) -> Result<(ProcessInformation, Option<SandboxWarning>)> { in spawn_target()