Searched defs:symlink (Results 1 – 2 of 2) sorted by relevance
21 pub mod symlink; module
987 pub fn symlink(oldname: *const u8, newname: *const u8) -> Result<usize, SystemError> { in symlink() method