Home
last modified time | relevance | path

Searched refs:command_output (Results 1 - 11 of 11) sorted by relevance

/third_party/glslang/
H A Dupdate_glslang_sources.py38 def command_output(cmd, directory, fail_ok=False): function
95 remotes = command_output(['git', 'remote'], self.subdir).splitlines()
97 command_output(['git', 'remote', 'add', 'known-good', self.GetUrl()], self.subdir)
107 command_output(['git', 'clone', self.GetUrl(), '.'], self.subdir)
110 command_output(['git', 'fetch', 'known-good'], self.subdir)
118 command_output(['git', 'checkout', self.commit], self.subdir)
H A Dbuild_info.py69 def command_output(cmd, directory): function
129 return command_output(['git', 'describe'], directory).rstrip().decode()
132 return command_output(
/third_party/vulkan-loader/scripts/
H A Dupdate_deps.py277 def command_output(cmd, directory): function
378 command_output(['git', 'clone', self.url, '.'], self.repo_dir)
399 command_output(['git', 'fetch', 'origin'], self.repo_dir)
425 command_output(['git', 'checkout', self._args.ref], self.repo_dir)
427 command_output(['git', 'checkout', self.commit], self.repo_dir)
430 print(command_output(['git', 'status'], self.repo_dir))
438 command_output(shlex.split(p), self.repo_dir)
441 command_output(shlex.split(p), self.repo_dir)
444 command_output(shlex.split(p), self.repo_dir)
456 command_output(shle
[all...]
/third_party/spirv-tools/utils/
H A Dupdate_build_version.py62 def command_output(cmd, directory): function
112 success, output = command_output(["git", "rev-parse", "--show-toplevel"], repo_path)
114 success, output = command_output(["git", "describe", "--tags", "--match=v*", "--long"], repo_path)
116 success, output = command_output(["git", "rev-parse", "HEAD"], repo_path)
H A Dcheck_symbol_exports.py32 def command_output(cmd, directory): function
82 for line in command_output(['objdump', '-t', library], '.').split('\n'):
/third_party/skia/third_party/externals/spirv-tools/utils/
H A Dupdate_build_version.py59 def command_output(cmd, directory): function
109 return command_output(['git', 'describe'], directory).rstrip().decode()
112 return command_output(
H A Dcheck_symbol_exports.py32 def command_output(cmd, directory): function
82 for line in command_output(['objdump', '-t', library], '.').split('\n'):
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
H A Dupdate_build_version.py59 def command_output(cmd, directory): function
109 return command_output(['git', 'describe'], directory).rstrip().decode()
112 return command_output(
H A Dcheck_symbol_exports.py32 def command_output(cmd, directory): function
82 for line in command_output(['objdump', '-t', library], '.').split('\n'):
/third_party/vk-gl-cts/external/amber/src/tools/
H A Dupdate_build_version.py33 def command_output(cmd, directory): function
47 return command_output(
/third_party/gn/src/gn/
H A Dninja_action_target_writer.cc172 PathOutput command_output(path_output_.current_dir(), in WriteRuleDefinition()
177 command_output.WriteFile(out_, settings_->build_settings()->python_path()); in WriteRuleDefinition()
179 command_output.WriteFile(out_, target_->action_values().script()); in WriteRuleDefinition()

Completed in 4 milliseconds