예제 #1
0
 def get_member_names(self):
     return [get_compressed_content_name(self.source.path, '.gz')]
예제 #2
0
파일: xz.py 프로젝트: anthraxx/diffoscope
 def get_member_names(self):
     return [get_compressed_content_name(self.source.path, '.xz')]
예제 #3
0
 def get_member_names(self):
     return [get_compressed_content_name(self.path, '.bz2')]
예제 #4
0
파일: dex.py 프로젝트: anthraxx/diffoscope
 def get_member_names(self):
     return [get_compressed_content_name(self.source.path, '.dex') + '.jar']
예제 #5
0
파일: dex.py 프로젝트: edolstra/diffoscope
 def get_member_names(self):
     return [get_compressed_content_name(self.source.path, '.dex') + '.jar']