D | fat16copy.py | 168 def add_dentry(self, attributes, shortname, ext, longname, first_cluster, argument 181 new_dentry = dentry(self.backing.fs, attributes, shortname, ext, 284 def __init__(self, fs, attributes, shortname, ext, longname, argument 300 self.attributes = attributes 323 return (self.attributes & ATTRIBUTE_SUBDIRECTORY) != 0 382 self.attributes, 514 attributes = None 522 attributes = read_byte(f) 525 if attributes & LFN_ATTRIBUTES != LFN_ATTRIBUTES: 571 return (dentry(self, attributes, shortname, ext, lfn, first_cluster,
|