Home
last modified time | relevance | path

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

/DragonOS-0.1.8/user/apps/shell/
Dcmd.c183 char *new_path = (char *)malloc(dest_len + 2); in shell_cmd_cd() local
217 char *new_path = (char *)malloc(new_len + 2); in shell_cmd_cd() local
/DragonOS-0.1.8/kernel/src/filesystem/vfs/
Dmod.rs433 let new_path = link_path + "/" + &rest_path; in lookup_follow_symlink() localVariable