Home
last modified time | relevance | path

Searched defs:make_cmd (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/posix/
Dcmd.hpp90 std::vector<Char*> cmd_setter_<Char>::make_cmd(std::vector<std::basic_string<Char>> & args) in make_cmd() function in boost::process::detail::posix::cmd_setter_
Dbasic_cmd.hpp156 std::vector<char*> exe_cmd_init<char>::make_cmd() in make_cmd() function in boost::process::detail::posix::exe_cmd_init
/aosp_15_r20/external/lz4/tests/
H A Dtest-lz4-abi.py22 make_cmd = 'make' variable
H A Dtest-lz4-versions.py21 make_cmd = 'make' variable
/aosp_15_r20/external/zstd/tests/
H A Dtest-zstd-versions.py25 make_cmd = 'make' variable
/aosp_15_r20/external/python/cpython3/Tools/wasm/
Dwasm_build.py496 def make_cmd(self) -> List[str]: member in BuildProfile