Searched refs:do_symlinkat (Results 1 – 2 of 2) sorted by relevance
255 pub fn do_symlinkat(from: *const u8, newdfd: i32, to: *const u8) -> Result<usize, SystemError> { in do_symlinkat() function
24 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()