HomeSort by relevance Sort by last modified time
    Searched full:bb_utils (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/build/android/buildbot/
bb_host_steps.py 9 import bb_utils namespace
16 SLAVE_SCRIPTS_DIR = os.path.join(bb_utils.BB_BUILD_DIR, 'scripts', 'slave')
22 RunCmd = bb_utils.RunCmd
58 '--goma-dir=%s' % bb_utils.GOMA_DIR]
72 + bb_utils.EncodeProperties(options), cwd=DIR_BUILD_ROOT)
78 + bb_utils.EncodeProperties(options), cwd=DIR_BUILD_ROOT)
114 parser = bb_utils.GetParser()
138 bb_utils.RunSteps(options.steps.split(','), GetHostStepCmds(), options)
bb_run_bot.py 16 import bb_utils namespace
63 cwd=bb_utils.CHROME_SRC, env=init_env)
71 ' OS=android fastbuild=1 use_goma=1 gomadir=%s' % bb_utils.GOMA_DIR
82 bb_utils.CHROME_SRC, '..', '..', '..', '..', '..', 'build_internal',
100 property_args = bb_utils.EncodeProperties(options)
241 parser = bb_utils.GetParser()
267 print bb_utils.CommandToString(command)
271 return_code = subprocess.call(command, cwd=bb_utils.CHROME_SRC, env=env)
301 print 'Will run: ', bb_utils.CommandToString(command)
bb_device_steps.py 16 import bb_utils namespace
26 CHROME_SRC_DIR = bb_utils.CHROME_SRC
28 CHROME_OUT_DIR = bb_utils.CHROME_OUT_DIR
31 SLAVE_SCRIPTS_DIR = os.path.join(bb_utils.BB_BUILD_DIR, 'scripts', 'slave')
32 LOGCAT_DIR = os.path.join(bb_utils.CHROME_OUT_DIR, 'logcat')
82 RunCmd = bb_utils.RunCmd
108 property_args = bb_utils.EncodeProperties(options)
443 bb_utils.SpawnCmd([
454 if not bb_utils.TESTING:
572 RunCmd([bb_utils.GSUTIL_PATH, 'cp', '-R', dir_to_upload, 'gs://%s' % gs_path]
    [all...]
bb_device_status_check.py 22 import bb_utils namespace
222 lsusb_proc = bb_utils.SpawnCmd(['lsusb'], stdout=subprocess.PIPE)
239 return_code = bb_utils.RunCmd(['/usr/bin/restart_usb', bus, dev])

Completed in 73 milliseconds