Home
last modified time | relevance | path

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

12

/tools/external_updater/
Dgit_utils.py25 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 …]
Dnotifier.py189 cwd=_get_android_top())
216 subprocess.run(params, cwd=_get_android_top())
/tools/asuite/atest-py2/metrics/
Dmetrics_utils.py107 cwd=None, operating_system=None): argument
117 if not cwd:
118 cwd = os.getcwd()
127 cwd=cwd,
Dmetrics.py37 cwd = constants.INTERNAL variable in AtestStartEvent
/tools/asuite/atest/metrics/
Dmetrics_utils.py107 cwd=None, operating_system=None): argument
117 if not cwd:
118 cwd = os.getcwd()
127 cwd=cwd,
Dmetrics.py37 cwd = constants.INTERNAL variable in AtestStartEvent
/tools/repohooks/rh/
Dutils.py262 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
Dgit.py145 diff = rh.utils.run(cmd, cwd=path, capture_output=True).stdout
/tools/asuite/aidegen_functional_test/
Daidegen_functional_test_main.py254 cwd = os.getcwd()
263 os.chdir(cwd)
290 cwd = os.getcwd()
299 os.chdir(cwd)
/tools/treble/build/sandbox/
Drbe_action.py55 bootstrap_cmd, env=env, cwd=src_root, stdout=subprocess.DEVNULL)
69 subprocess.check_call(rewrapper_cmd, env=env, cwd=src_root)
Drbe.py179 cwd=script_dir,
Dnsjail.cfg46 cwd: "/src"
/tools/asuite/aidegen/lib/
Dcommon_util.py381 cwd = os.getcwd()
385 os.chdir(cwd)
Daidegen_metrics.py78 cwd=os.getcwd(),
/tools/asuite/plugin_lib/
Ddeployment.py87 subprocess.check_call(cmd, cwd=asuite_plugin_path)
/tools/asuite/
Dasuite_run_unittests.py65 subprocess.check_call(shlex.split(cmd), cwd=path)
/tools/asuite/atest-py2/proto/
Dinternal_user_log.proto17 optional string cwd = 3; field
/tools/asuite/atest/proto/
Dinternal_user_log.proto17 optional string cwd = 3; field
/tools/test/connectivity/acts_tests/
Dsetup.py58 subprocess.check_call(command, cwd=acts_framework_dir)
/tools/repohooks/
Dpre-upload.py427 return rh.utils.run(cmd, capture_output=True, cwd=path).stdout.strip()
/tools/acloud/create/
Dgoldfish_local_image_local_instance.py521 emulator_cmd, shell=False, cwd=working_dir, env=emulator_env,
Davd_spec.py631 cwd=acloud_project).strip())
/tools/asuite/atest-py2/
Datest.py584 cwd=os.getcwd(),
/tools/asuite/atest/
Datest.py726 cwd=os.getcwd(),
Datest_utils.py1054 cwd=build_top,

12