Home
last modified time | relevance | path

Searched refs:shellquote (Results 1 – 6 of 6) sorted by relevance

/external/deqp/android/scripts/
Ddebug.py192 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-androideab…
280 …"windows" : common.shellquote(os.path.join(common.ANDROID_NDK_PATH, "toolchains/arm-linux-androide…
294 …"linux" : common.shellquote(os.path.join(common.ANDROID_NDK_PATH, "toolchains/arm-linux-androideab…
295 …"windows" : common.shellquote(os.path.join(common.ANDROID_NDK_PATH, "toolchains/arm-linux-androide…
414 …"linux" : common.shellquote(os.path.join(common.ANDROID_NDK_PATH, "toolchains/arm-linux-androideab…
415 …"windows" : common.shellquote(os.path.join(common.ANDROID_NDK_PATH, "toolchains/arm-linux-androide…
533 …"linux" : common.shellquote(os.path.join(common.ANDROID_NDK_PATH, "toolchains/arm-linux-androideab…
534 …"windows" : common.shellquote(os.path.join(common.ANDROID_NDK_PATH, "toolchains/arm-linux-androide…
641 …"linux" : common.shellquote(os.path.join(common.ANDROID_NDK_PATH, "toolchains/arm-linux-androideab…
[all …]
Dlaunch.py36 adbCmd = common.shellquote(common.ADB_BIN)
Dcommon.py97 def shellquote(s): function
/external/deqp/scripts/build/
Dcommon.py33 def shellquote(s): function
/external/deqp/scripts/
Drun_internal_tests.py33 def shellquote(s): function
Drun_nightly.py301 '--cmdline=%s' % string.join([shellquote(arg) for arg in config.args], " "),