Home
last modified time | relevance | path

Searched refs:check_call (Results 1 – 10 of 10) sorted by relevance

/packages/modules/ArtPrebuilt/
Dupdate-art-module-prebuilts.py94 def check_call(cmd, **kwargs): function
100 subprocess.check_call(cmd, **kwargs)
108 check_call(cmd, cwd=local_dir)
113 check_call(["repo", "start", git_branch_name] + git_dirs)
117 check_call(["git", "reset", "--hard", "@{upstream}"], cwd=git_dir)
124 check_call(["repo", "upload", "-t", "--br=" + git_branch_name, git_root])
130 check_call(["git", "rm", "-qrf", "--ignore-unmatch"] + subpaths, cwd=git_root)
133 check_call(["rm", "-rf"] + subpaths, cwd=git_root)
138 check_call(["git", "add"] + add_paths, cwd=git_root)
160 check_call("git diff-index --quiet --cached HEAD -- || "
[all …]
/packages/modules/Bluetooth/system/
Dsetup.py58 subprocess.check_call(install_args + ['--upgrade', 'pip'])
65 subprocess.check_call(cmd)
/packages/modules/adb/
Dbenchmark_device.py80 subprocess.check_call(cmd, stdin=tmpfile)
96 subprocess.check_call(cmd, stdout=devnull)
Dtest_adb.py410 subprocess.check_call(["adb", "-P", str(server_port),
468 subprocess.check_call(["adb", "-s", serial, "wait-for-device"])
Dtest_device.py1398 subprocess.check_call(self.device.adb_cmd + ['kill-server'])
1429 subprocess.check_call(self.device.adb_cmd + ['kill-server'])
/packages/modules/Bluetooth/system/gd/dumpsys/bundler/
Dextract_files_and_call.py54 subprocess.check_call(args)
/packages/modules/Bluetooth/
Dbuild.py685 subprocess.check_call(['git', 'fetch'], cwd=cwd)
686 subprocess.check_call(['git', 'checkout', commit], cwd=cwd)
688 subprocess.check_call(['git', 'pull'], cwd=cwd)
738 … subprocess.check_call(['git', 'checkout', commit], cwd=os.path.join(self.git_dir, project))
/packages/services/Car/tools/vehiclepropertyidsparser/
Dverify_generated_prop_config_hook.py87 subprocess.check_call([javaBin, '-jar', vehiclePropertyIdsParser,
/packages/modules/Bluetooth/floss/pandora/floss/
Daudio_utils.py137 subprocess.check_call(command)
/packages/services/DeviceAsWebcam/tests/
Drun_webcam_test.py104 subprocess.check_call(cmd.split(), stdout=devnull,