Searched defs:abs_path (Results 1 – 12 of 12) sorted by relevance
305 abs_path() { function
1474 let abs_path: Vec<u16> = if path_bytes.starts_with(br"\\?\") || path_bytes.starts_with(br"\??\") in junction_point() localVariable1481 let abs_path = crate::path::absolute(original)?.into_os_string().into_encoded_bytes(); in junction_point() localVariable
1345 let abs_path: Vec<u16> = if path_bytes.starts_with(br"\\?\") || path_bytes.starts_with(br"\??\") in junction_point() localVariable1352 let abs_path = crate::path::absolute(original)?.into_os_string().into_encoded_bytes(); in junction_point() localVariable