Lines Matching refs:ShortDirEntry
56 pub short_dir_entry: ShortDirEntry,
379 pub short_dir_entry: Option<ShortDirEntry>,
614 let mut short_entry = ShortDirEntry::default(); in create_dir()
623 let mut dot_entry = ShortDirEntry::default(); in create_dir()
637 let mut dot_dot_entry = ShortDirEntry::default(); in create_dir()
724 short_dentry: Option<ShortDirEntry>, argument
728 let mut short_dentry: ShortDirEntry = short_dentry.unwrap_or(ShortDirEntry::default());
832 let mut short_entry = ShortDirEntry::default(); in remove_dir_entries()
883 let old_short_dentry: Option<ShortDirEntry> = old_dentry.short_dir_entry(); in rename()
930 pub struct ShortDirEntry { struct
1132 impl ShortDirEntry { implementation
1167 .rposition(|x| *x != ShortDirEntry::PADDING) in name_to_string()
1173 .rposition(|x| *x != ShortDirEntry::PADDING) in name_to_string()
1178 let mut name = [ShortDirEntry::PADDING; 12]; in name_to_string()
1348 Short(ShortDirEntry),
1603 let short_dentry: ShortDirEntry = match long_name_entries.pop().unwrap() { in new()
1649 pub fn short_dir_entry(&self) -> Option<ShortDirEntry> { in short_dir_entry() argument
2182 fn validate_checksum(&self, short_dentry: &ShortDirEntry) -> bool { in validate_checksum()
2412 let mut short_dentry = ShortDirEntry::default(); in get_raw_dir_entry()