Skip to main content
sys_chdir
starnix_
core
In starnix_
core::
vfs::
syscalls
starnix_core
::
vfs
::
syscalls
Function
sys_
chdir
Copy item path
Source
pub fn sys_chdir( current_task: &
CurrentTask
, user_path:
UserCString
, ) ->
Result
<
()
,
Errno
>