Home
last modified time | relevance | path

Searched refs:unix (Results 1 – 25 of 123) sorted by relevance

12345

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/examples/
H A Dylong_runtime_memory.rs17 #[cfg(unix)]
19 #[cfg(unix)]
22 #[cfg(unix)]
24 #[cfg(unix)]
27 #[cfg(unix)]
32 #[cfg(unix)]
46 #[cfg(unix)]
63 #[cfg(unix)] in main()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/
H A DBUILD.gn33 "platform/unix",
134 "platform/unix",
171 "platform/unix",
198 "platform/unix",
209 "platform/unix/sys_dev.c",
210 "platform/unix/sys_epoll.c",
211 "platform/unix/sys_event.c",
212 "platform/unix/sys_log.c",
213 "platform/unix/sys_socket.c",
214 "platform/unix/sys_timer.c",
[all …]
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/sys/
H A Dmod.rs14 #[cfg(unix)]
15 mod unix; module
16 #[cfg(unix)]
17 pub(crate) use unix::*;
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/bin/
H A Dylong_tokio_mem.rs16 #[cfg(unix)]
36 #[cfg(unix)]
48 #[cfg(unix)]
60 #[cfg(unix)] in main()
62 #[cfg(unix)] in main()
H A Dylong_tokio_spawn.rs19 #[cfg(unix)]
47 #[cfg(unix)]
64 #[cfg(unix)]
82 #[cfg(unix)]
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
H A Dmod.rs22 #[cfg(unix)]
23 mod unix; module
24 #[cfg(unix)]
25 pub use unix::{UnixDatagram, UnixListener, UnixStream};
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/
H A Dmod.rs49 #[cfg(unix)]
50 mod unix; module
52 #[cfg(unix)]
53 pub use self::unix::*;
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/
H A Dmod.rs16 #[cfg(unix)]
17 pub mod unix; module
18 #[cfg(unix)]
19 pub use unix::{signal, SignalKind};
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_congestion/
H A DBUILD.gn56 "$NSTACKX_ROOT/nstackx_util/platform/unix",
58 "platform/unix",
62 "platform/unix/sys_congestion.c",
88 "$NSTACKX_ROOT/nstackx_util/platform/unix",
90 "platform/unix",
94 "platform/unix/sys_congestion.c",
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/
H A DBUILD.gn90 "$NSTACKX_ROOT/nstackx_util/platform/unix",
93 "$NSTACKX_ROOT/nstackx_core/platform/unix/dfile/sys_dfile.c",
94 "$NSTACKX_ROOT/nstackx_core/platform/unix/dfile/sys_dfile_session.c",
95 "$NSTACKX_ROOT/nstackx_core/platform/unix/dfile/sys_file_manager.c",
146 "$NSTACKX_ROOT/nstackx_util/platform/unix",
149 "$NSTACKX_ROOT/nstackx_core/platform/unix/dfile/sys_dfile.c",
150 "$NSTACKX_ROOT/nstackx_core/platform/unix/dfile/sys_dfile_session.c",
151 "$NSTACKX_ROOT/nstackx_core/platform/unix/dfile/sys_file_manager.c",
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dstderr.rs52 #[cfg(unix)]
53 use std::os::unix::io::{AsFd, AsRawFd, BorrowedFd, RawFd};
55 #[cfg(unix)]
62 #[cfg(unix)]
H A Dstdout.rs52 #[cfg(unix)]
53 use std::os::unix::io::{AsFd, AsRawFd, BorrowedFd, RawFd};
55 #[cfg(unix)]
62 #[cfg(unix)]
H A Dstdin.rs97 #[cfg(unix)]
98 use std::os::unix::io::{AsFd, AsRawFd, BorrowedFd, RawFd};
100 #[cfg(unix)]
107 #[cfg(unix)]
H A Dstdio.rs197 #[cfg(unix)]
237 #[cfg(unix)] in ut_test_stdio_write()
239 #[cfg(unix)] in ut_test_stdio_write()
249 #[cfg(unix)] in ut_test_stdio_write()
251 #[cfg(unix)] in ut_test_stdio_write()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/
H A Dsync_benchmarks.rs23 #[cfg(unix)]
26 #[cfg(unix)]
54 #[cfg(unix)]
68 #[cfg(unix)]
84 #[cfg(unix)]
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/
H A Dlib.rs26 #[cfg(unix)]
32 #[cfg(unix)]
33 pub mod unix { module
/ohos5.0/foundation/communication/wifi/wifi/relation_services/etc/init/
H A DBUILD.gn36 if ("${CONFIG_CTRL_IFACE}" == "unix") {
52 if ("${CONFIG_CTRL_IFACE}" == "unix") {
64 if ("${CONFIG_CTRL_IFACE}" == "unix") {
75 if ("${CONFIG_CTRL_IFACE}" == "unix") {
87 if ("${CONFIG_CTRL_IFACE}" == "unix") {
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/hiviewdfx/hilog/system/
H A Dfile_contexts17 /dev/unix/socket/hilogControl u:object_r:hilog_control_socket:s0
18 /dev/unix/socket/hilogOutput u:object_r:hilog_output_socket:s0
19 /dev/unix/socket/hilogInput u:object_r:hilog_input_socket:s0
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/
H A Dsocket.rs17 use std::os::unix::io::{AsRawFd, FromRawFd, RawFd};
28 use crate::sys::unix::socket::socket_new;
157 use crate::sys::unix::tcp::socket::into_linger;
158 use crate::sys::unix::tcp::TcpSocket;
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/hiviewdfx/faultloggerd/system/
H A Dfile_contexts25 /dev/unix/socket/faultloggerd.server u:object_r:faultloggerd_socket:s0
26 /dev/unix/socket/faultloggerd.crash.server u:object_r:faultloggerd_socket_crash:s0
27 /dev/unix/socket/faultloggerd.sdkdump.server u:object_r:faultloggerd_socket_sdkdump:s0
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/num_cpus/
H A Dmod.rs21 pub mod unix; module
27 use crate::util::num_cpus::unix::get_cpu_num_online;
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/
H A Dlistener.rs239 #[cfg(unix)]
244 #[cfg(unix)]
247 #[cfg(unix)]
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/
H A Dlistener.rs16 use std::os::unix::io::{AsRawFd, FromRawFd, IntoRawFd, RawFd};
17 use std::os::unix::net;
23 use crate::sys::unix::SocketAddr;
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/
H A Dlistener.rs16 use std::os::unix::io::{AsFd, AsRawFd, BorrowedFd, RawFd};
17 use std::os::unix::net;
149 let listener = std::os::unix::net::UnixListener::bind(PATH).unwrap(); in ut_uds_listener_baisc_test()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
H A Dchild.rs16 #[cfg(unix)]
17 use std::os::unix::io::{AsFd, AsRawFd, BorrowedFd, OwnedFd, RawFd};
404 #[cfg(unix)]
418 #[cfg(unix)]
425 #[cfg(unix)]

12345