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

  /external/chromium_org/third_party/skia/
make.py 45 def runcommand(command): function
101 runcommand('python gyp_skia')
109 runcommand('ninja -C %s %s' % (
  /external/chromium_org/tools/
bisect-builds.py 581 runcommand = []
584 runcommand.extend(testargs)
586 runcommand.append(
592 subproc = subprocess.Popen(runcommand,
    [all...]

Completed in 194 milliseconds