Home
last modified time | relevance | path

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

/DragonOS/kernel/src/ipc/
H A Dsyscall.rs63 let mut read_file = File::new( in pipe2() localVariable
67 read_file.private_data = SpinLock::new(FilePrivateData::Pipefs(PipeFsPrivateData::new( in pipe2()
80 read_file.set_close_on_exec(true); in pipe2()
85 let read_fd = fd_table_guard.alloc_fd(read_file, None)?; in pipe2()