Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dplatform_handle_in_transit.cc26 base::ProcessHandle from_process, in TransferHandle()
Dchannel.cc168 base::ProcessHandle from_process) { in Deserialize()
Dnode_channel.cc606 base::ProcessHandle from_process; in OnChannelMessage() local
Dnode_controller.cc1097 base::ProcessHandle from_process, in OnRelayEventMessage()
/external/crosvm/win_util/src/
Dsecurity_attributes.rs242 pub fn from_process(proc_handle: RawHandle) -> io::Result<Self> { in from_process() method