HomeSort by relevance Sort by last modified time
    Searched refs:skp_file (Results 1 - 2 of 2) sorted by null

  /external/skia/platform_tools/android/skp_gen/
android_skp_capture.py 107 def capture_skp(skp_file, package, device):
109 remote_path = '/data/data/%s/cache/%s' % (package, os.path.basename(skp_file))
128 cmd = ['adb', 'pull', remote_path, skp_file]
170 skp_file = '%s.skp' % app.name
171 capture_skp(skp_file, app.package, device)
172 print ' Wrote SKP to %s' % skp_file
  /external/skqp/platform_tools/android/skp_gen/
android_skp_capture.py 107 def capture_skp(skp_file, package, device):
109 remote_path = '/data/data/%s/cache/%s' % (package, os.path.basename(skp_file))
128 cmd = ['adb', 'pull', remote_path, skp_file]
170 skp_file = '%s.skp' % app.name
171 capture_skp(skp_file, app.package, device)
172 print ' Wrote SKP to %s' % skp_file

Completed in 141 milliseconds