Searched refs:skp_file (Results 1 – 1 of 1) sorted by relevance
108 def capture_skp(skp_file, package, device): argument110 remote_path = '/data/data/%s/cache/%s' % (package, os.path.basename(skp_file))129 cmd = ['adb', 'pull', remote_path, skp_file]171 skp_file = '%s.skp' % app.name172 capture_skp(skp_file, app.package, device)173 print(' Wrote SKP to %s' % skp_file)