Home
last modified time | relevance | path

Searched defs:symlink (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/filesystem/sysfs/
H A Dmod.rs21 pub mod symlink; module
/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs987 pub fn symlink(oldname: *const u8, newname: *const u8) -> Result<usize, SystemError> { in symlink() method