Searched defs:DIR_BUILD_ROOT (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/build/android/buildbot/
H A Dbb_host_steps.py19 DIR_BUILD_ROOT = os.path.dirname(constants.DIR_SOURCE_ROOT) variable
63 RunCmd(cmd, halt_on_failure=True, cwd=DIR_BUILD_ROOT)
72 + bb_utils.EncodeProperties(options), cwd=DIR_BUILD_ROOT)
78 + bb_utils.EncodeProperties(options), cwd=DIR_BUILD_ROOT)
H A Dbb_device_steps.py27 DIR_BUILD_ROOT = os.path.dirname(CHROME_SRC_DIR) variable
123 RunCmd(args, cwd=DIR_BUILD_ROOT)
376 cwd=DIR_BUILD_ROOT)

Completed in 151 milliseconds