Home
last modified time | relevance | path

Searched defs:CopyResult (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dkernel_copy.rs523 pub(super) enum CopyResult { enum
529 impl CopyResult { impl
552 pub(super) fn copy_regular_files(reader: RawFd, writer: RawFd, max_len: u64) -> CopyResult { in copy_regular_files()
685 fn sendfile_splice(mode: SpliceMode, reader: RawFd, writer: RawFd, len: u64) -> CopyResult { in sendfile_splice()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dkernel_copy.rs523 pub(super) enum CopyResult { enum
529 impl CopyResult { impl
552 pub(super) fn copy_regular_files(reader: RawFd, writer: RawFd, max_len: u64) -> CopyResult { in copy_regular_files()
685 fn sendfile_splice(mode: SpliceMode, reader: RawFd, writer: RawFd, len: u64) -> CopyResult { in sendfile_splice()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dkernel_copy.rs523 pub(super) enum CopyResult { enum
529 impl CopyResult { implementation
552 pub(super) fn copy_regular_files(reader: RawFd, writer: RawFd, max_len: u64) -> CopyResult { in copy_regular_files()
685 fn sendfile_splice(mode: SpliceMode, reader: RawFd, writer: RawFd, len: u64) -> CopyResult { in sendfile_splice()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dkernel_copy.rs523 pub(super) enum CopyResult { enum
529 impl CopyResult { implementation
552 pub(super) fn copy_regular_files(reader: RawFd, writer: RawFd, max_len: u64) -> CopyResult { in copy_regular_files()
685 fn sendfile_splice(mode: SpliceMode, reader: RawFd, writer: RawFd, len: u64) -> CopyResult { in sendfile_splice()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dkernel_copy.rs523 pub(super) enum CopyResult { enum
529 impl CopyResult { impl
552 pub(super) fn copy_regular_files(reader: RawFd, writer: RawFd, max_len: u64) -> CopyResult { in copy_regular_files()
685 fn sendfile_splice(mode: SpliceMode, reader: RawFd, writer: RawFd, len: u64) -> CopyResult { in sendfile_splice()
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.h143 struct CopyResult { struct
144 CordRep* edge;
145 int height;
H A Dcord_rep_btree.cc46 using CopyResult = CordRepBtree::CopyResult; typedef
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/internal/
H A Dcord_rep_btree.h143 struct CopyResult { struct
144 CordRep* edge;
145 int height;
H A Dcord_rep_btree.cc47 using CopyResult = CordRepBtree::CopyResult; typedef
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.h151 struct CopyResult { struct
152 CordRep* edge;
153 int height;
H A Dcord_rep_btree.cc48 using CopyResult = CordRepBtree::CopyResult; typedef
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.h151 struct CopyResult { struct
152 CordRep* edge;
153 int height;
H A Dcord_rep_btree.cc48 using CopyResult = CordRepBtree::CopyResult; typedef
/aosp_15_r20/external/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.h151 struct CopyResult { struct
152 CordRep* edge;
153 int height;
H A Dcord_rep_btree.cc48 using CopyResult = CordRepBtree::CopyResult; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.h143 struct CopyResult { struct
144 CordRep* edge;
145 int height;
Dcord_rep_btree.cc47 using CopyResult = CordRepBtree::CopyResult; typedef
/aosp_15_r20/frameworks/base/libs/hwui/
H A DCopyRequest.h25 enum class CopyResult { enum
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DBuffer11.cpp37 enum class CopyResult enum