/aosp_15_r20/external/crosvm/base/src/sys/windows/ |
H A D | read_write_wrappers.rs | 29 overlapped: Option<&mut OVERLAPPED>, in write_file() 72 overlapped: Option<&mut OVERLAPPED>, in read_file() 108 fn set_overlapped_offset(overlapped: &mut OVERLAPPED, offset: u64) { in set_overlapped_offset() 118 pub fn create_overlapped(offset: Option<u64>, event: Option<RawDescriptor>) -> OVERLAPPED { in create_overlapped()
|
H A D | named_pipes.rs | 582 overlapped: Option<&mut OVERLAPPED>, in read_internal() 748 overlapped: Option<&mut OVERLAPPED>, in write_internal()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/ |
H A D | handle.rs | 142 overlapped: *mut c::OVERLAPPED, in read_overlapped() 174 overlapped: *mut c::OVERLAPPED, in overlapped_result()
|
H A D | c.rs | 180 lpOverlapped: *mut OVERLAPPED, in WriteFileEx() 196 lpOverlapped: *mut OVERLAPPED, in ReadFileEx()
|
H A D | pipe.rs | 366 lpOverlapped: *mut c::OVERLAPPED, in alertable_io_internal()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/ |
H A D | handle.rs | 142 overlapped: *mut c::OVERLAPPED, in read_overlapped() 164 overlapped: *mut c::OVERLAPPED, in overlapped_result()
|
H A D | c.rs | 198 lpOverlapped: *mut OVERLAPPED, in WriteFileEx() 214 lpOverlapped: *mut OVERLAPPED, in ReadFileEx()
|
H A D | pipe.rs | 366 lpOverlapped: *mut c::OVERLAPPED, in alertable_io_internal()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/ |
H A D | handle.rs | 142 overlapped: *mut c::OVERLAPPED, in read_overlapped() 174 overlapped: *mut c::OVERLAPPED, in overlapped_result()
|
H A D | c.rs | 180 lpOverlapped: *mut OVERLAPPED, in WriteFileEx() 196 lpOverlapped: *mut OVERLAPPED, in ReadFileEx()
|
H A D | pipe.rs | 366 lpOverlapped: *mut c::OVERLAPPED, in alertable_io_internal()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/ |
H A D | handle.rs | 142 overlapped: *mut c::OVERLAPPED, in read_overlapped() 164 overlapped: *mut c::OVERLAPPED, in overlapped_result()
|
H A D | c.rs | 198 lpOverlapped: *mut OVERLAPPED, in WriteFileEx() 214 lpOverlapped: *mut OVERLAPPED, in ReadFileEx()
|
H A D | pipe.rs | 366 lpOverlapped: *mut c::OVERLAPPED, in alertable_io_internal()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/ |
H A D | handle.rs | 142 overlapped: *mut c::OVERLAPPED, in read_overlapped() 174 overlapped: *mut c::OVERLAPPED, in overlapped_result()
|
H A D | c.rs | 180 lpOverlapped: *mut OVERLAPPED, in WriteFileEx() 196 lpOverlapped: *mut OVERLAPPED, in ReadFileEx()
|
H A D | pipe.rs | 366 lpOverlapped: *mut c::OVERLAPPED, in alertable_io_internal()
|
/aosp_15_r20/external/crosvm/cros_async/src/sys/windows/ |
H A D | overlapped_source.rs | 119 overlapped: &mut OVERLAPPED, in read() 135 overlapped: &mut OVERLAPPED, in write()
|
H A D | handle_executor.rs | 300 pub fn get_overlapped(&mut self) -> &mut OVERLAPPED { in get_overlapped()
|
/aosp_15_r20/external/rust/android-crates-io/crates/mio/src/sys/windows/ |
D | overlapped.rs | 23 pub(crate) fn as_ptr(&self) -> *const OVERLAPPED { in as_ptr()
|
D | named_pipe.rs | 196 overlapped: *mut OVERLAPPED, in read_overlapped() 256 overlapped: *mut OVERLAPPED, in write_overlapped()
|
D | iocp.rs | 214 pub fn overlapped(&self) -> *mut OVERLAPPED { in overlapped()
|
/aosp_15_r20/external/python/watchdog/src/watchdog/observers/ |
D | winapi.py | 73 class OVERLAPPED(ctypes.Structure): class
|
/aosp_15_r20/external/chromium-trace/catapult/third_party/pyserial/serial/ |
H A D | win32.py | 60 OVERLAPPED = _OVERLAPPED variable
|
/aosp_15_r20/external/python/pyserial/serial/ |
D | win32.py | 75 OVERLAPPED = _OVERLAPPED variable
|