Searched refs:copy_part (Results 1 – 1 of 1) sorted by relevance
1891 Self::copy_part(&mut short_name[..Self::SHORT_NAME_LEN], &name[..index]); in new()1894 let (_, ext_fits, ext_lossy) = Self::copy_part( in new()1904 Self::copy_part(&mut short_name[..Self::SHORT_NAME_LEN], name); in new()1940 fn copy_part(dest: &mut [u8], src: &str) -> (u8, bool, bool) { in copy_part() method