Searched refs:check_output (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/tools/power/x86/intel_pstate_tracer/ |
| D | intel_pstate_tracer.py | 184 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).replace('\n… 201 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).replace('\n… 215 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).replace('\n… 229 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).replace('\n… 244 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).replace('\n… 258 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).replace('\n… 272 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).replace('\n… 286 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).replace('\n…
|
| /Linux-v5.4/Documentation/ |
| D | conf.py | 19 from subprocess import check_output 287 cjk_cmd = check_output(['fc-list', '--format="%{family[0]}\n"']).decode('utf-8', 'ignore')
|
| /Linux-v5.4/tools/testing/selftests/net/ |
| D | fib_nexthops.sh | 190 check_output() function 231 check_output "${out}" "${expected}" 242 check_output "${out}" "${expected}" 253 check_output "${out}" "${expected}"
|
| /Linux-v5.4/tools/testing/selftests/tc-testing/plugin-lib/ |
| D | valgrindPlugin.py | 48 subprocess.check_output('rm -f vgnd-*.log', shell=True)
|
| /Linux-v5.4/scripts/ |
| D | checkkconfigsymbols.py | 227 stdout = subprocess.check_output(cmd, stderr=subprocess.STDOUT, shell=False)
|