Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/
Dlit.cfg.py305 sysctl_cmd = subprocess.Popen(['sysctl', 'hw.optional.fma'], variable
309 result = sysctl_cmd.stdout.read().decode('ascii')
312 sysctl_cmd.wait()
/external/llvm/test/
Dlit.cfg450 sysctl_cmd = subprocess.Popen(['sysctl', 'hw.optional.fma'],
454 result = sysctl_cmd.stdout.read().decode('ascii')
457 sysctl_cmd.wait()