Searched refs:shellquote (Results 1 – 6 of 6) sorted by relevance
/external/deqp/android/scripts/ |
D | 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-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 …]
|
D | launch.py | 36 adbCmd = common.shellquote(common.ADB_BIN)
|
D | common.py | 97 def shellquote(s): function
|
/external/deqp/scripts/build/ |
D | common.py | 33 def shellquote(s): function
|
/external/deqp/scripts/ |
D | run_internal_tests.py | 33 def shellquote(s): function
|
D | run_nightly.py | 301 '--cmdline=%s' % string.join([shellquote(arg) for arg in config.args], " "),
|