/tools/external_updater/ |
D | git_utils.py | 21 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 …]
|
D | notifier.py | 145 cwd=os.environ['ANDROID_BUILD_TOP']) 169 subprocess.run(params, cwd=os.environ['ANDROID_BUILD_TOP'])
|
/tools/asuite/aidegen/ |
D | aidegen_main_unittest.py | 143 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))
|
D | aidegen_main.py | 227 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/ |
D | metrics_utils.py | 86 cwd=None, operating_system=None): argument 96 if not cwd: 97 cwd = os.getcwd() 106 cwd=cwd,
|
D | metrics.py | 37 cwd = constants.INTERNAL variable in AtestStartEvent
|
/tools/repohooks/rh/ |
D | utils.py | 262 redirect_stderr=False, cwd=None, input=None, argument 394 proc = _Popen(cmd, cwd=cwd, stdin=stdin, stdout=stdout, 437 msg = 'cwd=%s' % cwd
|
D | git.py | 149 diff = rh.utils.run_command(cmd, cwd=path, capture_output=True).output
|
/tools/asuite/aidegen/lib/ |
D | module_info_util.py | 79 cwd = os.getcwd() 83 os.chdir(cwd)
|
D | aidegen_metrics.py | 55 cwd=os.getcwd(),
|
/tools/acloud/metrics/ |
D | metrics.py | 73 cwd=acloud_project).strip()
|
/tools/tradefederation/core/atest/proto/ |
D | internal_user_log.proto | 17 optional string cwd = 3; field
|
/tools/repohooks/ |
D | pre-upload.py | 358 cwd=path).output.strip()
|
/tools/acloud/create/ |
D | avd_spec.py | 443 cwd=acloud_project).strip())
|
/tools/tradefederation/core/atest/ |
D | atest.py | 528 cwd=os.getcwd(),
|
/tools/acloud/internal/lib/ |
D | utils.py | 1139 dist_dir = subprocess.check_output(dist_cmd, cwd=android_build_top)
|