Home
last modified time | relevance | path

Searched defs:build_cmd (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/bin/
Dmeson-cmd-extract.py53 def build_cmd(conf: configparser.ConfigParser) -> str: function
/third_party/skia/docker/skia-with-swift-shader-base/
Dbuild-with-swift-shader-and-run49 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/
Dbuild-with-swift-shader-and-run49 build_cmd = ['docker', 'run', '--rm', '-v', '%s:/skia' % skia_root, IMAGE, BUILD_SCRIPT_PATH] variable
/third_party/python/Lib/distutils/command/
Dinstall_lib.py143 def _mutate_outputs(self, has_any, build_cmd, cmd_option, output_dir): argument
/third_party/boost/boost/process/detail/posix/
Dcmd.hpp26 inline std::vector<std::basic_string<Char>> build_cmd(const std::basic_string<Char> & value) in build_cmd() function