Home
last modified time | relevance | path

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

/external/crosvm/sandbox/src/
Dlib.rs575 win_util::set_handle_inheritance( in set_stdout_handle()
603 win_util::set_handle_inheritance( in set_stderr_handle()
/external/crosvm/win_util/src/
Dlib.rs226 pub fn set_handle_inheritance(hndl: RawHandle, inheritable: bool) -> io::Result<()> { in set_handle_inheritance() function
/external/crosvm/src/crosvm/sys/windows/
Dbroker.rs1283 win_util::set_handle_inheritance(handle.as_raw_descriptor(), /* inheritable= */ true) in spawn_unsandboxed_child()
1301 win_util::set_handle_inheritance(handle.as_raw_descriptor(), /* inheritable= */ false) in spawn_unsandboxed_child()