Home
last modified time | relevance | path

Searched refs:ret_path (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/filesystem/vfs/
H A Dutils.rs46 let ret_path; in user_path_at() localVariable
66 ret_path = String::from(path); in user_path_at()
71 ret_path = cwd; in user_path_at()
74 ret_path = String::from(path); in user_path_at()
77 return Ok((inode, ret_path)); in user_path_at()