Home
last modified time | relevance | path

Searched refs:cwd (Results 1 – 16 of 16) sorted by relevance

/tools/external_updater/
Dgit_utils.py21 def _run(cmd, cwd, redirect=True): argument
25 check=True, cwd=cwd)
35 _run(['git', 'fetch', '--multiple'] + remote_names, cwd=proj_path)
46 _run(['git', 'remote', 'add', name, url], cwd=proj_path)
73 out = _run(['git', 'show', '-s', '--format=%ct', commit], cwd=proj_path)
79 out = _run(['git', 'branch', '-r'], cwd=proj_path)
104 cwd=proj_path)
123 cwd=proj_path)
126 subprocess.run(['git', 'merge', '--abort'], cwd=proj_path)
132 _run(['git', 'add', file_name], cwd=proj_path)
[all …]
Dnotifier.py145 cwd=os.environ['ANDROID_BUILD_TOP'])
169 subprocess.run(params, cwd=os.environ['ANDROID_BUILD_TOP'])
/tools/asuite/aidegen/
Daidegen_main_unittest.py143 cwd = constant.ANDROID_ROOT_PATH
147 mod_info, targets, cwd))
150 cwd = os.path.join(constant.ANDROID_ROOT_PATH, base_dir)
151 mock_get.return_value = None, cwd
155 mod_info, targets, cwd))
157 cwd = constant.ANDROID_ROOT_PATH
161 mod_info, targets, cwd))
Daidegen_main.py227 def _compile_targets_for_whole_android_tree(atest_module_info, targets, cwd): argument
247 if is_android_root(cwd):
299 cwd = os.getcwd()
300 if not android_tree and is_android_root(cwd) and targets == ['']:
305 atest_module_info, targets, cwd)
/tools/tradefederation/core/atest/metrics/
Dmetrics_utils.py86 cwd=None, operating_system=None): argument
96 if not cwd:
97 cwd = os.getcwd()
106 cwd=cwd,
Dmetrics.py37 cwd = constants.INTERNAL variable in AtestStartEvent
/tools/repohooks/rh/
Dutils.py262 redirect_stderr=False, cwd=None, input=None, argument
394 proc = _Popen(cmd, cwd=cwd, stdin=stdin, stdout=stdout,
437 msg = 'cwd=%s' % cwd
Dgit.py149 diff = rh.utils.run_command(cmd, cwd=path, capture_output=True).output
/tools/asuite/aidegen/lib/
Dmodule_info_util.py79 cwd = os.getcwd()
83 os.chdir(cwd)
Daidegen_metrics.py55 cwd=os.getcwd(),
/tools/acloud/metrics/
Dmetrics.py73 cwd=acloud_project).strip()
/tools/tradefederation/core/atest/proto/
Dinternal_user_log.proto17 optional string cwd = 3; field
/tools/repohooks/
Dpre-upload.py358 cwd=path).output.strip()
/tools/acloud/create/
Davd_spec.py443 cwd=acloud_project).strip())
/tools/tradefederation/core/atest/
Datest.py528 cwd=os.getcwd(),
/tools/acloud/internal/lib/
Dutils.py1139 dist_dir = subprocess.check_output(dist_cmd, cwd=android_build_top)