Searched defs:build_cmd (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/bin/ |
D | meson-cmd-extract.py | 53 def build_cmd(conf: configparser.ConfigParser) -> str: function
|
/third_party/skia/docker/skia-with-swift-shader-base/ |
D | build-with-swift-shader-and-run | 49 build_cmd = ['docker', 'run', '--rm', '-v', '%s:/skia' % skia_root, IMAGE, BUILD_SCRIPT_PATH] variable
|
/third_party/flutter/skia/docker/skia-with-swift-shader-base/ |
D | build-with-swift-shader-and-run | 49 build_cmd = ['docker', 'run', '--rm', '-v', '%s:/skia' % skia_root, IMAGE, BUILD_SCRIPT_PATH] variable
|
/third_party/python/Lib/distutils/command/ |
D | install_lib.py | 143 def _mutate_outputs(self, has_any, build_cmd, cmd_option, output_dir): argument
|
/third_party/boost/boost/process/detail/posix/ |
D | cmd.hpp | 26 inline std::vector<std::basic_string<Char>> build_cmd(const std::basic_string<Char> & value) in build_cmd() function
|