Searched refs:supplied_cmd (Results 1 – 2 of 2) sorted by relevance
/external/skqp/docker/skia-with-swift-shader-base/ |
D | build-with-swift-shader-and-run | 57 supplied_cmd = args.command.split(' ') variable 58 print 'Running supplied command %s' % supplied_cmd 59 run_cmd = ['docker', 'run', '--rm', '-w=/skia', '-v', '%s:/skia' % skia_root, IMAGE] + supplied_cmd
|
/external/skia/docker/skia-with-swift-shader-base/ |
D | build-with-swift-shader-and-run | 57 supplied_cmd = args.command.split(' ') variable 58 print 'Running supplied command %s' % supplied_cmd 59 run_cmd = ['docker', 'run', '--rm', '-w=/skia', '-v', '%s:/skia' % skia_root, IMAGE] + supplied_cmd
|