Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/base/src/sys/windows/
H A Devent.rs79 SecurityAttributes::new_with_security_descriptor( in new_with_manual_reset()
104 SecurityAttributes::new_with_security_descriptor( in create_event_with_name()
H A Dtimer.rs46 SecurityAttributes::new_with_security_descriptor( in new()
H A Dnamed_pipes.rs403 SecurityAttributes::new_with_security_descriptor( in create_server_pipe()
/aosp_15_r20/external/crosvm/win_util/src/
H A Dsecurity_attributes.rs71 pub fn new_with_security_descriptor(security_descriptor: T, inherit: bool) -> Self { in new_with_security_descriptor() method
90 Ok(Self::new_with_security_descriptor( in new()
H A Dlib.rs243 SecurityAttributes::new_with_security_descriptor( in create_file_mapping()