OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shellquote
(Results
1 - 9
of
9
) sorted by null
/external/python/cpython2/Mac/BuildScript/
build-installer.py
57
def
shellQuote
(value):
272
"DESTDIR":
shellQuote
(os.path.join(WORKDIR, 'libraries')),
273
"TCL_LIBRARY":
shellQuote
('/Library/Frameworks/Python.framework/Versions/%s/lib/tcl8.5'%(getVersion())),
292
"DESTDIR":
shellQuote
(os.path.join(WORKDIR, 'libraries')),
293
"TCL_LIBRARY":
shellQuote
('/Library/Frameworks/Python.framework/Versions/%s/lib/tcl8.5'%(getVersion())),
294
"TK_LIBRARY":
shellQuote
('/Library/Frameworks/Python.framework/Versions/%s/lib/tk8.5'%(getVersion())),
341
shellQuote
(os.path.join(WORKDIR, 'libraries')),
342
shellQuote
(os.path.join(WORKDIR, 'libraries')),
375
shellQuote
(os.path.join(WORKDIR, 'libraries')),
387
shellQuote
(os.path.join(WORKDIR, 'libraries'))
[
all
...]
/external/deqp/android/scripts/
launch.py
36
adbCmd = common.
shellquote
(common.ADB_BIN)
debug.py
192
gdbProcess = subprocess.Popen(common.
shellquote
(gdbCmd) + " -x gdb.setup", shell=True)
279
"linux" : common.
shellquote
(os.path.join(common.ANDROID_NDK_PATH, "toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin/arm-linux-androideabi-gdb")),
280
"windows" : common.
shellquote
(os.path.join(common.ANDROID_NDK_PATH, "toolchains/arm-linux-androideabi-4.8/prebuilt/windows/bin/arm-linux-androideabi-gdb"))
294
"linux" : common.
shellquote
(os.path.join(common.ANDROID_NDK_PATH, "toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin/arm-linux-androideabi-gdb")),
295
"windows" : common.
shellquote
(os.path.join(common.ANDROID_NDK_PATH, "toolchains/arm-linux-androideabi-4.8/prebuilt/windows/bin/arm-linux-androideabi-gdb"))
414
"linux" : common.
shellquote
(os.path.join(common.ANDROID_NDK_PATH, "toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin/arm-linux-androideabi-gdb")),
415
"windows" : common.
shellquote
(os.path.join(common.ANDROID_NDK_PATH, "toolchains/arm-linux-androideabi-4.8/prebuilt/windows/bin/arm-linux-androideabi-gdb"))
533
"linux" : common.
shellquote
(os.path.join(common.ANDROID_NDK_PATH, "toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin/arm-linux-androideabi-gdb")),
534
"windows" : common.
shellquote
(os.path.join(common.ANDROID_NDK_PATH, "toolchains/arm-linux-androideabi-4.8/prebuilt/windows/bin/arm-linux-androideabi-gdb"))
641
"linux" : common.
shellquote
(os.path.join(common.ANDROID_NDK_PATH, "toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin (…)
[
all
...]
common.py
97
def
shellquote
(s):
function
/tools/repohooks/rh/
shell.py
29
# For use by
ShellQuote
. Match all characters that the shell might treat
96
"""Do the opposite of
ShellQuote
.
shell_unittest.py
64
"""Basic
ShellQuote
tests."""
82
# be produced by
ShellQuote
but is still a valid bash escaped string.
/external/deqp/scripts/build/
common.py
33
def
shellquote
(s):
function
/external/deqp/scripts/
run_internal_tests.py
33
def
shellquote
(s):
function
run_nightly.py
301
'--cmdline=%s' % string.join([
shellquote
(arg) for arg in config.args], " "),
Completed in 247 milliseconds