Home
last modified time | relevance | path

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

/external/ltp/
Dconfigure.ac109 AC_ARG_WITH([bash], optwith
/external/llvm-project/lldb/third_party/Python/module/pexpect-4.6/pexpect/
Dreplwrap.py107 def bash(command="bash"): function
/external/rust/crates/clap/src/completions/
Dmod.rs3 mod bash; module
/external/autotest/site_utils/lxc/
Dcontainer.py310 def attach_run(self, command, bash=True): argument
/external/llvm-project/lldb/unittests/Utility/
DArgsTest.cpp320 FileSpec bash("/bin/bash", FileSpec::Style::posix); in TEST() local