Exemplo n.º 1
0
 def __init__(self, volume, root_block):
   ADFSDir.__init__(self, volume, None)
   self.set_block(root_block)
   self._init_name_hash()
Exemplo n.º 2
0
 def __init__(self, volume, root_block):
   ADFSDir.__init__(self, volume, None)
   self.set_block(root_block)
   self._init_name_hash()
Exemplo n.º 3
0
 def get_list_str(self, indent=0, all=False, detail=False):
   a = ADFSDir.get_list_str(self, indent=indent, all=all, detail=detail)
   a += DosType.get_dos_type_str(self.volume.get_dos_type())
   return a