Home | History | Annotate | Download | only in tools

Lines Matching full:dentry

97   A file inside of our fat image. The file may or may not have a dentry, and
149 backing: A file-like object from which we can read dentry info. Should have
171 Add a new dentry to this directory.
172 attributes: Attribute flags for this dentry. See the ATTRIBUTE_ constants
181 new_dentry = dentry(self.backing.fs, attributes, shortname, ext,
282 class dentry(object):
288 attributes: The attribute flags for this dentry. See the ATTRIBUTE_ flags
290 shortname: The short name stored in this dentry. Up to 8 characters, no
292 ext: The file extension stored in this dentry. Up to 3 characters, no
294 longname: The long file name stored in this dentry.
296 this dentry points to.
297 size: Size of the file this dentry points to. 0 for subdirectories.
308 "A friendly text file name for this dentry."
322 "Return whether this dentry points to a directory."
326 "Open the target of this dentry if it is a regular file."
331 "Open the target of this dentry if it is a directory."
337 Get the longname records necessary to store this dentry's long name,
372 Write this dentry into the given file-like object,
510 Read and decode a dentry from the given file-like object at its current
571 return (dentry(self, attributes, shortname, ext, lfn, first_cluster,