예제 #1
0
 def get_files_bg(self, device, path='/'):
     """Get the file list from the device"""
     self.files = seal.get_files(device, path)
예제 #2
0
 def get_files_bg(self, path='/'):
     """Get the file list from the device"""
     self.files = seal.get_files(self.device, self.root_adb, path)
예제 #3
0
파일: sealx.py 프로젝트: steelcode/seal
 def get_files_bg(self, device, path="/"):
     """Get the file list from the device"""
     self.files = seal.get_files(device, path)