示例#1
0
文件: apk.py 项目: BwRy/test-av2
 def retrieve_apk(self, dev):
     apk_path = os.path.dirname(self.apk_file)
     apk_filename = os.path.basename(self.apk_file)
     #print apk_path_clean
     adb.get_remote_file(apk_filename, '/data/app/', apk_path, True, dev)
示例#2
0
def pull(src_files, src_dir, dst_dir, dev):
    for file_to_get in src_files:
        adb.get_remote_file(file_to_get, src_dir, dst_dir, True, dev)
示例#3
0
文件: commands.py 项目: BwRy/test-av2
def pull(src_files, src_dir, dst_dir, dev):
    for file_to_get in src_files:
        adb.get_remote_file(file_to_get, src_dir, dst_dir, True, dev)
示例#4
0
 def retrieve_apk(self, dev):
     apk_path = os.path.dirname(self.apk_file)
     apk_filename = os.path.basename(self.apk_file)
     #print apk_path_clean
     adb.get_remote_file(apk_filename, '/data/app/', apk_path, True, dev)