Lines Matching defs:bool
399 pub fn is_root(&self) -> bool { in is_root()
511 expect_dir: Option<bool>, in find_entry()
679 expect_dir: Option<bool>, in check_existence()
771 pub fn is_empty(&self, fs: Arc<FATFileSystem>) -> bool { in is_empty()
795 remove_clusters: bool, in remove()
919 pub fn contains(&self, attr: u8) -> bool { in contains()
1041 pub fn is_last(&self) -> bool { in is_last()
1139 pub fn is_dir(&self) -> bool { in is_dir()
1148 pub fn is_file(&self) -> bool { in is_file()
1157 pub fn is_volume_id(&self) -> bool { in is_volume_id()
1362 fn is_last(&self) -> bool { in is_last()
1377 fn is_long(&self) -> bool { in is_long()
1386 fn is_short(&self) -> bool { in is_short()
1735 pub fn is_file(&self) -> bool { in is_file()
1743 pub fn is_dir(&self) -> bool { in is_dir()
1751 pub fn is_vol_id(&self) -> bool { in is_vol_id()
1764 pub fn eq_name(&self, name: &str) -> bool { in eq_name()
1906 fn copy_part(dest: &mut [u8], src: &str) -> (u8, bool, bool) { in copy_part() argument
2083 fn is_lossy(&self) -> bool { in is_lossy()
2088 fn is_exact_match(&self) -> bool { in is_exact_match()
2093 fn is_dot(&self) -> bool { in is_dot()
2098 fn is_dotdot(&self) -> bool { in is_dotdot()
2103 fn name_fits(&self) -> bool { in name_fits()
2182 fn validate_checksum(&self, short_dentry: &ShortDirEntry) -> bool { in validate_checksum()