Home
last modified time | relevance | path

Searched refs:Write (Results 1 – 11 of 11) sorted by relevance

/DragonOS/kernel/src/bpf/helper/
H A Dprint.rs3 fmt::Write,
9 pub unsafe extern "C" fn printf(w: &mut impl Write, str: *const c_char, mut args: ...) -> c_int { in printf() argument
15 impl Write for TerminalOut {
/DragonOS/user/apps/test_socket/src/
H A Dtest_unix_stream_pair.rs1 use std::io::{Error, Read, Write};
H A Dtest_unix_stream.rs1 use std::io::{Error, Read, Write};
/DragonOS/user/apps/test-blockcache/src/
H A Dmain.rs2 use std::io::{BufReader, Read, Seek, SeekFrom, Write};
/DragonOS/kernel/src/libs/
H A Dprintk.rs1 use core::fmt::{self, Write};
57 impl fmt::Write for PrintkWriter {
/DragonOS/kernel/src/mm/
H A Dinit.rs1 use core::{fmt::Write, sync::atomic::Ordering};
/DragonOS/tools/debugging/logmonitor/src/backend/monitor/
H A Dlogset.rs1 use std::{collections::BTreeMap, fmt::Debug, fs::File, io::Write, path::PathBuf};
/DragonOS/user/apps/test-chown/src/
H A Dmain.rs10 io::{self, Error, Write},
/DragonOS/build-scripts/kernel_build/src/kconfig/
H A Dmod.rs1 use std::{fs, io::Write, path::PathBuf};
/DragonOS/user/apps/user-manage/src/check/
H A Dcheck.rs9 io::Write,
/DragonOS/user/apps/user-manage/src/executor/
H A Dexecutor.rs8 io::{Read, Seek, Write},