Home
last modified time | relevance | path

Searched defs:do_shell (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_cmd.py151 def do_shell(self, s): member in samplecmdclass
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_cmd.py162 def do_shell(self, s): member in samplecmdclass
/aosp_15_r20/external/coreboot/util/kconfig/
H A Dpreprocess.c141 static char *do_shell(int argc, char *argv[]) in do_shell() function