Home
last modified time | relevance | path

Searched refs:grep_output (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/hooks/
Dcpumask.py77 return platform.x_sh.grep_output(f'cat {f}', r'^[\s\w]+$')
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dshell.py137 def grep_output(self, cmd: str, regex: str) -> str: member in ShellBase