Searched refs:command_output (Results 1 – 6 of 6) sorted by relevance
/external/deqp-deps/glslang/ |
D | update_glslang_sources.py | 41 def command_output(cmd, directory, fail_ok=False): function 98 remotes = command_output(['git', 'remote'], self.subdir).splitlines() 100 command_output(['git', 'remote', 'add', 'known-good', self.GetUrl()], self.subdir) 110 command_output(['git', 'clone', self.GetUrl(), '.'], self.subdir) 113 command_output(['git', 'fetch', 'known-good'], self.subdir) 121 command_output(['git', 'checkout', self.commit], self.subdir)
|
/external/vulkan-validation-layers/scripts/ |
D | update_deps.py | 268 def command_output(cmd, directory, fail_ok=False): function 338 command_output(['git', 'clone', self.url, '.'], self.repo_dir) 341 command_output(['git', 'fetch', 'origin'], self.repo_dir) 351 command_output(['git', 'checkout', self._args.ref], self.repo_dir) 353 command_output(['git', 'checkout', self.commit], self.repo_dir) 354 print(command_output(['git', 'status'], self.repo_dir)) 362 command_output(shlex.split(p), self.repo_dir) 365 command_output(shlex.split(p), self.repo_dir) 368 command_output(shlex.split(p), self.repo_dir) 374 command_output(shlex.split(cmd), self.repo_dir)
|
/external/swiftshader/third_party/SPIRV-Tools/utils/ |
D | update_build_version.py | 61 def command_output(cmd, directory): function 111 return command_output(['git', 'describe'], directory).rstrip().decode() 114 return command_output(
|
D | check_symbol_exports.py | 28 def command_output(cmd, directory): function 61 for line in command_output(['objdump', '-t', library], '.').split('\n'):
|
/external/deqp-deps/SPIRV-Tools/utils/ |
D | update_build_version.py | 61 def command_output(cmd, directory): function 111 return command_output(['git', 'describe'], directory).rstrip().decode() 114 return command_output(
|
D | check_symbol_exports.py | 28 def command_output(cmd, directory): function 61 for line in command_output(['objdump', '-t', library], '.').split('\n'):
|