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

  /external/skia/tools/skp/
recreate_skps.py 17 from common.py.utils import shell_utils namespace
47 shell_utils.run('sudo Xvfb :0 -screen 0 1280x1024x24 &', shell=True)
66 shell_utils.run(webpages_playback_cmd)
94 shell_utils.run(webpages_playback_cmd)
105 shell_utils.run(['kill', '-9', pid])
106 except shell_utils.CommandFailedException as e:
webpages_playback.py 69 from common.py.utils import shell_utils namespace
263 shell_utils.run(' '.join(record_wpr_cmd), shell=True)
307 shell_utils.run(' '.join(run_benchmark_cmd), shell=True)
308 except shell_utils.CommandFailedException:
344 (code, _) = shell_utils.log_process_after_completion(proc, echo=False)

Completed in 51 milliseconds