Searched refs:Popen (Results 1 – 25 of 36) sorted by relevance
12
/system/libziparchive/ |
D | test_ziparchive_large.py | 44 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT) 53 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT) 109 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
|
/system/bt/build/toolchain/clang/ |
D | get_clang_suffix.py | 21 …clang_version_out = subprocess.Popen([clang_path, "--version"], stdout=subprocess.PIPE).communicat…
|
/system/tools/hidl/test/hidl_test/ |
D | hidl_test.py | 23 p = subprocess.Popen(cmd, shell=True)
|
/system/libfmq/tests/ |
D | fmq_test.py | 23 p = subprocess.Popen(cmd, shell=True)
|
/system/extras/simpleperf/scripts/test/ |
D | java_app_test.py | 62 subproc = subprocess.Popen(args) 73 subproc = subprocess.Popen(
|
D | test_utils.py | 170 subproc = subprocess.Popen(args, stdout=stdout_fd,
|
D | app_test.py | 237 subprocess.Popen(self.adb.adb_path + ' ' + start_cmd, shell=True,
|
/system/tools/hidl/test/java_test/ |
D | hidl_test_java.py | 25 p = subprocess.Popen(cmd, shell=True)
|
/system/extras/simpleperf/scripts/ |
D | run_simpleperf_without_usb_connection.py | 53 subproc = subprocess.Popen([adb.adb_path, 'shell', shell_cmd])
|
D | simpleperf_utils.py | 147 subproc = subprocess.Popen([executable, option], stdout=subprocess.PIPE, 333 subproc = subprocess.Popen( 628 subproc = subprocess.Popen(self._build_symbolizer_args(real_path), 838 subproc = subprocess.Popen(args, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
|
/system/bt/gd/cert/ |
D | async_subprocess_logger.py | 36 process: subprocess.Popen, argument
|
D | gd_base_test_lib.py | 72 rootcanal_process = subprocess.Popen(
|
/system/update_engine/scripts/ |
D | ota_stress_test.py | 41 p = subprocess.Popen(ota_cmd)
|
/system/apex/tools/ |
D | deapexer.py | 154 process = subprocess.Popen([self._debugfs, '-R', 'ls -l -p %s' % path, self._payload], 177 process = subprocess.Popen([self._debugfs, '-R', 'dump_extents <%s>' % ino, 209 process = subprocess.Popen([self._debugfs, '-R', 'rdump %s %s' % (path, dest), self._payload],
|
D | apex_compression_tool.py | 57 p = subprocess.Popen(
|
D | apex_compression_test.py | 70 return subprocess.Popen(args, **kwargs)
|
/system/sepolicy/tools/ |
D | post_process_mac_perms | 45 p = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE,
|
/system/bt/tools/scripts/ |
D | dump_metrics_ascii.py | 94 p = subprocess.Popen(
|
D | btsnoop_live.py | 153 ftsProcess = subprocess.Popen((launchFtsCmd), stdout=subprocess.PIPE)
|
/system/extras/verity/ |
D | build_verity_metadata.py | 32 p = subprocess.Popen(cmd, stdout=subprocess.PIPE)
|
/system/bt/test/ |
D | run_host_unit_tests.py | 147 p = subprocess.Popen(build_cmd, cwd=ANDROID_BUILD_TOP, env=os.environ.copy())
|
/system/extras/ext4_utils/ |
D | mkuserimg_mke2fs.py | 43 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT,
|
/system/tools/aidl/tests/ |
D | aidl_integration_test.py | 93 p = subprocess.Popen(command, shell=True, close_fds=True,
|
/system/extras/boottime_tools/bootanalyze/ |
D | bootanalyze.py | 581 process = subprocess.Popen(ADB_CMD + ' logcat -b all -v epoch', shell=True, 638 process = subprocess.Popen(command, shell=True, stdout=subprocess.PIPE) 691 process = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE)
|
/system/update_engine/scripts/update_payload/ |
D | test_utils.py | 103 sign_process = subprocess.Popen(sign_cmd, stdin=subprocess.PIPE,
|
12