Searched refs:cwd_vec (Results 1 – 1 of 1) sorted by relevance
707 let mut cwd_vec: Vec<_> = cwd.split('/').filter(|&x| !x.is_empty()).collect(); in chdir() localVariable711 cwd_vec.pop(); in chdir()715 cwd_vec.push(seg); in chdir()719 for seg in cwd_vec { in chdir()