Home
last modified time | relevance | path

Searched refs:ShellUnix (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dx_shell.py19 from vmb.shell import ShellBase, ShellUnix, ShellDevice
26 def sh(self) -> ShellUnix:
Dtool.py29 from vmb.shell import ShellDevice, ShellUnix, ShellResult
69 sh_: ShellUnix
100 def sh(self) -> ShellUnix:
Dplatform.py28 from vmb.shell import ShellUnix, ShellAdb, ShellHdc, ShellDevice
42 self.__sh = ShellUnix(args.timeout)
111 def sh(self) -> ShellUnix:
Dshell.py149 class ShellUnix(ShellBase): class
230 self._sh = ShellUnix()
Dgenerate.py33 from vmb.shell import ShellUnix
179 ShellUnix().run(cmd)
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/
Dtest_shell.py24 from vmb.shell import ShellUnix
27 sh = ShellUnix()