Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/vfs/
H A Dcore.rs255 pub fn do_symlinkat(from: *const u8, newdfd: i32, to: *const u8) -> Result<usize, SystemError> { in do_symlinkat() function
H A Dsyscall.rs24 use super::core::do_symlinkat;
988 return do_symlinkat(oldname, AtFlags::AT_FDCWD.bits(), newname); in symlink()
996 return do_symlinkat(oldname, newdfd, newname); in symlinkat()