Home
last modified time | relevance | path

Searched refs:new_with_security_descriptor (Results 1 – 5 of 5) sorted by relevance

/external/crosvm/base/src/windows/win/
Devent.rs57 SecurityAttributes::new_with_security_descriptor( in new_with_manual_reset()
79 SecurityAttributes::new_with_security_descriptor( in create_event_with_name()
Dtimer.rs40 SecurityAttributes::new_with_security_descriptor( in new()
Dnamed_pipes.rs283 SecurityAttributes::new_with_security_descriptor( in create_server_pipe()
/external/crosvm/win_util/src/
Dsecurity_attributes.rs45 pub fn new_with_security_descriptor(security_descriptor: T, inherit: bool) -> Self { in new_with_security_descriptor() method
64 Ok(Self::new_with_security_descriptor( in new()
Dlib.rs216 SecurityAttributes::new_with_security_descriptor( in create_file_mapping()