Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/vfs/
H A Dmod.rs702 let new_path = link_path + "/" + &rest_path; in do_lookup_follow_symlink() localVariable
H A Dsyscall.rs701 let mut new_path = String::from(""); in chdir() localVariable