Home
last modified time | relevance | path

Searched refs:shlex (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/build/
H A Dkernel_build.py20 import shlex namespace
163 command_list = shlex.split(command_list)
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit_kernel.py14 import shlex namespace
126 # Note: shlex.join() does what we want, but requires python 3.8+.
127 print('Running tests with:\n$', ' '.join(shlex.quote(arg) for arg in qemu_command))
H A Dkunit.py13 import shlex namespace
424 qemu_args.extend(shlex.split(arg))

Completed in 3 milliseconds