Lines Matching refs:ext
168 def add_dentry(self, attributes, shortname, ext, longname, first_cluster, argument
181 new_dentry = dentry(self.backing.fs, attributes, shortname, ext,
198 ext = parts[1].upper()
209 if len(name) <= 8 and len(ext) <= 3 and not '.' in name:
210 return (name.upper().ljust(8), ext.ljust(3))
212 return (shortened.ljust(8), ext[:3].ljust(3))
227 (shortname, ext) = self.make_short_name(name)
228 self.add_dentry(0, shortname, ext, name, chunk, size)
248 (shortname, ext) = self.make_short_name(name)
250 ext, name, chunk, 0)
284 def __init__(self, fs, attributes, shortname, ext, longname, argument
302 self.ext = ext
312 if not self.ext or len(self.ext) == 0:
315 return self.shortname + "." + self.ext
377 padded_ext = self.ext.ljust(3)
557 ext = f.read(3).rstrip()
571 return (dentry(self, attributes, shortname, ext, lfn, first_cluster,