Searched refs:check_call (Results 1 – 10 of 10) sorted by relevance
/packages/modules/ArtPrebuilt/ |
D | update-art-module-prebuilts.py | 94 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/ |
D | setup.py | 58 subprocess.check_call(install_args + ['--upgrade', 'pip']) 65 subprocess.check_call(cmd)
|
/packages/modules/adb/ |
D | benchmark_device.py | 80 subprocess.check_call(cmd, stdin=tmpfile) 96 subprocess.check_call(cmd, stdout=devnull)
|
D | test_adb.py | 410 subprocess.check_call(["adb", "-P", str(server_port), 468 subprocess.check_call(["adb", "-s", serial, "wait-for-device"])
|
D | test_device.py | 1398 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/ |
D | extract_files_and_call.py | 54 subprocess.check_call(args)
|
/packages/modules/Bluetooth/ |
D | build.py | 685 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/ |
D | verify_generated_prop_config_hook.py | 87 subprocess.check_call([javaBin, '-jar', vehiclePropertyIdsParser,
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | audio_utils.py | 137 subprocess.check_call(command)
|
/packages/services/DeviceAsWebcam/tests/ |
D | run_webcam_test.py | 104 subprocess.check_call(cmd.split(), stdout=devnull,
|