Home
last modified time | relevance | path

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

/DragonOS/kernel/src/ipc/
H A Dsyscall.rs71 let mut write_file = File::new( in pipe2() localVariable
75 write_file.private_data = SpinLock::new(FilePrivateData::Pipefs(PipeFsPrivateData::new( in pipe2()
81 write_file.set_close_on_exec(true); in pipe2()
86 let write_fd = fd_table_guard.alloc_fd(write_file, None)?; in pipe2()