/tools/external_updater/ |
D | git_utils.py | 25 def _run(cmd: List[str], cwd: Path) -> str: 27 return subprocess.check_output(cmd, text=True, cwd=cwd) 37 _run(['git', 'fetch', '--tags', '--multiple'] + remote_names, cwd=proj_path) 48 _run(['git', 'remote', 'add', name, url], cwd=proj_path) 53 _run(['git', 'remote', 'remove', name], cwd=proj_path) 92 out = _run(['git', 'show', '-s', '--format=%ct', commit], cwd=proj_path) 98 lines = _run(['git', 'branch', '-r'], cwd=proj_path).splitlines() 114 cwd=proj_path).splitlines() 144 _run(['git', 'merge', branch, '--no-commit'], cwd=proj_path) 147 _run(['git', 'merge', '--abort'], cwd=proj_path) [all …]
|
D | notifier.py | 189 cwd=_get_android_top()) 216 subprocess.run(params, cwd=_get_android_top())
|
/tools/asuite/atest-py2/metrics/ |
D | metrics_utils.py | 107 cwd=None, operating_system=None): argument 117 if not cwd: 118 cwd = os.getcwd() 127 cwd=cwd,
|
D | metrics.py | 37 cwd = constants.INTERNAL variable in AtestStartEvent
|
/tools/asuite/atest/metrics/ |
D | metrics_utils.py | 107 cwd=None, operating_system=None): argument 117 if not cwd: 118 cwd = os.getcwd() 127 cwd=cwd,
|
D | metrics.py | 37 cwd = constants.INTERNAL variable in AtestStartEvent
|
/tools/repohooks/rh/ |
D | utils.py | 262 def run(cmd, redirect_stdout=False, redirect_stderr=False, cwd=None, input=None, argument 377 proc = _Popen(cmd, cwd=cwd, stdin=stdin, stdout=popen_stdout, 414 msg = 'cwd=%s' % cwd
|
D | git.py | 145 diff = rh.utils.run(cmd, cwd=path, capture_output=True).stdout
|
/tools/asuite/aidegen_functional_test/ |
D | aidegen_functional_test_main.py | 254 cwd = os.getcwd() 263 os.chdir(cwd) 290 cwd = os.getcwd() 299 os.chdir(cwd)
|
/tools/treble/build/sandbox/ |
D | rbe_action.py | 55 bootstrap_cmd, env=env, cwd=src_root, stdout=subprocess.DEVNULL) 69 subprocess.check_call(rewrapper_cmd, env=env, cwd=src_root)
|
D | rbe.py | 179 cwd=script_dir,
|
D | nsjail.cfg | 46 cwd: "/src"
|
/tools/asuite/aidegen/lib/ |
D | common_util.py | 381 cwd = os.getcwd() 385 os.chdir(cwd)
|
D | aidegen_metrics.py | 78 cwd=os.getcwd(),
|
/tools/asuite/plugin_lib/ |
D | deployment.py | 87 subprocess.check_call(cmd, cwd=asuite_plugin_path)
|
/tools/asuite/ |
D | asuite_run_unittests.py | 65 subprocess.check_call(shlex.split(cmd), cwd=path)
|
/tools/asuite/atest-py2/proto/ |
D | internal_user_log.proto | 17 optional string cwd = 3; field
|
/tools/asuite/atest/proto/ |
D | internal_user_log.proto | 17 optional string cwd = 3; field
|
/tools/test/connectivity/acts_tests/ |
D | setup.py | 58 subprocess.check_call(command, cwd=acts_framework_dir)
|
/tools/repohooks/ |
D | pre-upload.py | 427 return rh.utils.run(cmd, capture_output=True, cwd=path).stdout.strip()
|
/tools/acloud/create/ |
D | goldfish_local_image_local_instance.py | 521 emulator_cmd, shell=False, cwd=working_dir, env=emulator_env,
|
D | avd_spec.py | 631 cwd=acloud_project).strip())
|
/tools/asuite/atest-py2/ |
D | atest.py | 584 cwd=os.getcwd(),
|
/tools/asuite/atest/ |
D | atest.py | 726 cwd=os.getcwd(),
|
D | atest_utils.py | 1054 cwd=build_top,
|