Home
last modified time | relevance | path

Searched defs:OwnedHandle (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/os/windows/io/
H A Dhandle.rs70 pub struct OwnedHandle { struct
80 /// `OwnedHandle` using its [`TryFrom`] implementation; this conversion takes care of the check for argument
121 unsafe impl Send for OwnedHandle {} implementation
129 unsafe impl Sync for OwnedHandle {} implementation
161 impl TryFrom<HandleOrNull> for OwnedHandle { implementation
188 impl OwnedHandle { impl
201 pub fn try_clone_to_owned(&self) -> crate::io::Result<OwnedHandle> { in try_clone_to_owned()
210 ) -> io::Result<OwnedHandle> { in duplicate()
239 impl TryFrom<HandleOrInvalid> for OwnedHandle { implementation
311 impl AsRawHandle for OwnedHandle { implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/windows/io/
H A Dhandle.rs70 pub struct OwnedHandle { struct
80 /// `OwnedHandle` using its [`TryFrom`] implementation; this conversion takes care of the check for argument
121 unsafe impl Send for OwnedHandle {} implementation
129 unsafe impl Sync for OwnedHandle {} implementation
161 impl TryFrom<HandleOrNull> for OwnedHandle { implementation
188 impl OwnedHandle { impl
201 pub fn try_clone_to_owned(&self) -> crate::io::Result<OwnedHandle> { in try_clone_to_owned()
210 ) -> io::Result<OwnedHandle> { in duplicate()
239 impl TryFrom<HandleOrInvalid> for OwnedHandle { implementation
311 impl AsRawHandle for OwnedHandle { implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/windows/io/
H A Dhandle.rs70 pub struct OwnedHandle { struct
80 /// `OwnedHandle` using its [`TryFrom`] implementation; this conversion takes care of the check for argument
121 unsafe impl Send for OwnedHandle {} implementation
129 unsafe impl Sync for OwnedHandle {} implementation
161 impl TryFrom<HandleOrNull> for OwnedHandle { implementation
188 impl OwnedHandle { implementation
201 pub fn try_clone_to_owned(&self) -> crate::io::Result<OwnedHandle> { in try_clone_to_owned()
210 ) -> io::Result<OwnedHandle> { in duplicate()
239 impl TryFrom<HandleOrInvalid> for OwnedHandle { implementation
311 impl AsRawHandle for OwnedHandle { implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/windows/io/
H A Dhandle.rs70 pub struct OwnedHandle { struct
80 /// `OwnedHandle` using its [`TryFrom`] implementation; this conversion takes care of the check for argument
121 unsafe impl Send for OwnedHandle {} implementation
129 unsafe impl Sync for OwnedHandle {} implementation
161 impl TryFrom<HandleOrNull> for OwnedHandle { implementation
188 impl OwnedHandle { implementation
201 pub fn try_clone_to_owned(&self) -> crate::io::Result<OwnedHandle> { in try_clone_to_owned()
210 ) -> io::Result<OwnedHandle> { in duplicate()
239 impl TryFrom<HandleOrInvalid> for OwnedHandle { implementation
311 impl AsRawHandle for OwnedHandle { implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/windows/io/
H A Dhandle.rs70 pub struct OwnedHandle { struct
80 /// `OwnedHandle` using its [`TryFrom`] implementation; this conversion takes care of the check for argument
121 unsafe impl Send for OwnedHandle {} implementation
129 unsafe impl Sync for OwnedHandle {} implementation
161 impl TryFrom<HandleOrNull> for OwnedHandle { implementation
188 impl OwnedHandle { implementation
201 pub fn try_clone_to_owned(&self) -> crate::io::Result<OwnedHandle> { in try_clone_to_owned()
210 ) -> io::Result<OwnedHandle> { in duplicate()
239 impl TryFrom<HandleOrInvalid> for OwnedHandle { implementation
311 impl AsRawHandle for OwnedHandle { implementation
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/utils/
Downed_handle.rs7 pub struct OwnedHandle<T> { struct
11 impl<T> From<JoinHandle<T>> for OwnedHandle<T> { argument
17 impl<T> Drop for OwnedHandle<T> { implementation
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_java_ffi/java/com/google/android/nearby/presence/rust/
DOwnedHandle.java30 public abstract class OwnedHandle extends Handle implements AutoCloseable { class
58 protected OwnedHandle(long handleId, Cleaner cleaner, Destructor destructor) { in OwnedHandle() method in OwnedHandle
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dhandle.rs38 fn as_inner(&self) -> &OwnedHandle { in as_inner()
44 fn into_inner(self) -> OwnedHandle { in into_inner()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dhandle.rs38 fn as_inner(&self) -> &OwnedHandle { in as_inner()
44 fn into_inner(self) -> OwnedHandle { in into_inner()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dhandle.rs38 fn as_inner(&self) -> &OwnedHandle { in as_inner()
44 fn into_inner(self) -> OwnedHandle { in into_inner()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dhandle.rs38 fn as_inner(&self) -> &OwnedHandle { in as_inner()
44 fn into_inner(self) -> OwnedHandle { in into_inner()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dhandle.rs38 fn as_inner(&self) -> &OwnedHandle { in as_inner()
44 fn into_inner(self) -> OwnedHandle { in into_inner()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/windows/
H A Dprocess.rs60 impl From<process::Child> for OwnedHandle { implementation
62 fn from(child: process::Child) -> OwnedHandle { in from()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/windows/
H A Dprocess.rs60 impl From<process::Child> for OwnedHandle { implementation
62 fn from(child: process::Child) -> OwnedHandle { in from()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/windows/
H A Dprocess.rs60 impl From<process::Child> for OwnedHandle { implementation
62 fn from(child: process::Child) -> OwnedHandle { in from()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/windows/
H A Dprocess.rs60 impl From<process::Child> for OwnedHandle { implementation
62 fn from(child: process::Child) -> OwnedHandle { in from()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/os/windows/
H A Dprocess.rs60 impl From<process::Child> for OwnedHandle { implementation
62 fn from(child: process::Child) -> OwnedHandle { in from()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/tests/
H A Dswitch-stdout.rs33 fn switch_stdout_to(file: OwnedHandle) -> OwnedHandle { in switch_stdout_to()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/tests/
H A Dswitch-stdout.rs33 fn switch_stdout_to(file: OwnedHandle) -> OwnedHandle { in switch_stdout_to()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/tests/
H A Dswitch-stdout.rs33 fn switch_stdout_to(file: OwnedHandle) -> OwnedHandle { in switch_stdout_to()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/tests/
H A Dswitch-stdout.rs33 fn switch_stdout_to(file: OwnedHandle) -> OwnedHandle { in switch_stdout_to()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/tests/
H A Dswitch-stdout.rs33 fn switch_stdout_to(file: OwnedHandle) -> OwnedHandle { in switch_stdout_to()
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/doc/
Dos.rs15 pub type OwnedHandle = crate::doc::NotDefinedHere; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/process/
Dwindows.rs199 pub(super) fn into_owned_handle(self) -> io::Result<OwnedHandle> { in into_owned_handle()
/aosp_15_r20/external/rust/android-crates-io/crates/fs-err/src/
Dfile.rs378 impl From<crate::File> for OwnedHandle { implementation