Home
last modified time | relevance | path

Searched refs:shlex (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_shlex.py3 import shlex
155 l = shlex.split(data[i][0], comments=comments)
162 lex = shlex.shlex(StringIO(s))
182 if not getattr(shlex, "split", None):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dnetrc.py5 import os, shlex
35 lexer = shlex.shlex(fp)
Dshlex.py21 class shlex: class
275 lex = shlex(s, posix=posix)
283 lexer = shlex()
286 lexer = shlex(open(file), file)
Dwebbrowser.py6 import shlex
37 browser = shlex.split(browser)
Dpdb.py675 import shlex
677 sys.argv = shlex.split(arg)
Dpdb.doc140 splitted with "shlex", and the result is used as the new sys.argv.
/device/linaro/bootloader/edk2/BaseTools/Scripts/
DUpdateBuildVersions.py23 import shlex
83 subprocess.check_call(args=shlex.split(CmdLine), stderr=subprocess.STDOUT, stdout=file_list)
207 subprocess.check_output(args=shlex.split(CmdLine))
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/
Dlldbefi.py20 import shlex
469 command_args = shlex.split(command)