Searched refs:PIPE (Results 1 - 25 of 108) sorted by relevance

12345

/external/selinux/policycoreutils/sandbox/
H A Dtest_sandbox.py3 from subprocess import Popen, PIPE namespace
23 p1 = Popen(['cat', '/etc/passwd'], stdout = PIPE)
24 p2 = Popen(['sandbox', 'grep', 'root'], stdin = p1.stdout, stdout=PIPE)
31 p = Popen(['sandbox', 'kill', '-HUP', str(pid)], stdout=PIPE, stderr=PIPE)
37 p = Popen(['sandbox', 'ping', '-c 1 ', '127.0.0.1'], stdout=PIPE, stderr=PIPE)
43 p = Popen(['sandbox', 'mkdir', '~/test'], stdout=PIPE, stderr=PIPE)
49 p = Popen(['sandbox', 'ls', '~'], stdout=PIPE, stder
[all...]
/external/selinux/policycoreutils/semanage/
H A Dtest-semanage.py3 from subprocess import Popen, PIPE namespace
30 p = Popen(['semanage', object, '-E'], stdout = PIPE)
36 p = Popen(['semanage', "export", '-f', '/tmp/out'], stdout = PIPE)
40 p = Popen(["semanage","export","-S","targeted","-f","-"], stdout = PIPE)
44 p = Popen(["semanage","-S","targeted","-o","-"], stdout = PIPE)
48 p = Popen(['semanage', "import", '-f', '/tmp/out'], stdout = PIPE)
52 p = Popen(["semanage","import","-S","targeted","-f", "/tmp/out"], stdout = PIPE)
56 p = Popen(["semanage", "-S","targeted","-i", "/tmp/out"], stdout = PIPE)
65 p = Popen(['semanage', object, '-l'], stdout = PIPE)
74 p = Popen(['semanage', object, '-lC'], stdout = PIPE)
[all...]
/external/selinux/policycoreutils/sepolicy/
H A Dtest_sepolicy.py3 from subprocess import Popen, PIPE namespace
23 p = Popen(['sepolicy', 'manpage', '-d', 'httpd_t'], stdout = PIPE)
30 p = Popen(['sepolicy', 'manpage', '-a'], stdout = PIPE)
36 p = Popen(['sepolicy', 'network', '-l'], stdout = PIPE)
42 p = Popen(['sepolicy', 'network', '-t', 'http_port_t'], stdout = PIPE)
48 p = Popen(['sepolicy', 'network', '-p', '80'], stdout = PIPE)
54 p = Popen(['sepolicy', 'network', '-d', 'httpd_t'], stdout = PIPE)
60 p = Popen(['sepolicy', 'transition', '-s', 'httpd_t'], stdout = PIPE)
66 p = Popen(['sepolicy', 'transition', '-s', 'httpd_t', '-t', 'sendmail_t'], stdout = PIPE)
72 p = Popen(['sepolicy', 'booleans', '-a'], stdout = PIPE)
[all...]
H A Dselinux_server.py11 from subprocess import Popen, PIPE, STDOUT namespace
25 p = Popen(["/usr/sbin/semanage", "import"],stdout=PIPE, stderr=PIPE, stdin=PIPE)
39 p = Popen(["/usr/sbin/semanage", "export"],stdout=PIPE, stderr=PIPE)
53 p = Popen(["/usr/sbin/semodule", "-l"],stdout=PIPE, stderr=PIPE)
/external/selinux/policycoreutils/audit2allow/
H A Dtest_audit2allow.py3 from subprocess import Popen, PIPE namespace
23 p = Popen(['sudo', 'sepolgen-ifgen'], stdout = PIPE)
31 p = Popen(['audit2allow',"-i","test.log"], stdout = PIPE)
39 p = Popen(['audit2why',"-i","test.log"], stdout = PIPE)
/external/skia/platform_tools/android/bin/
H A Dadb_list_devices.py34 INFO_FILE], stdout=subprocess.PIPE)
92 if subprocess.Popen([adb, 'version'], stdout=subprocess.PIPE).wait() == 0:
97 if subprocess.Popen([adb, 'version'], stdout=subprocess.PIPE).wait() == 0:
103 if subprocess.Popen([adb, 'version'], stdout=subprocess.PIPE).wait() == 0:
112 if subprocess.Popen([adb, 'version'], stdout=subprocess.PIPE).wait() == 0:
133 proc = subprocess.Popen([adb, 'devices'], stdout=subprocess.PIPE)
/external/lldb/examples/customization/pwd-cd-and-system/
H A Dutils.py39 process = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/external/skia/tools/
H A Dfind_run_binary.py28 stdout=subprocess.PIPE,
29 stderr=subprocess.PIPE)
H A Dmerge_static_libs.py32 proc = subprocess.Popen([ar, '-t', in_lib], stdout=subprocess.PIPE)
36 proc = subprocess.Popen([ar, '-x', in_lib], stdout=subprocess.PIPE,
/external/clang/tools/clang-format/
H A Dclang-format-sublime.py45 p = subprocess.Popen(command, stdout=subprocess.PIPE,
46 stderr=subprocess.PIPE, stdin=subprocess.PIPE)
H A Dclang-format.py68 stdout=subprocess.PIPE, stderr=subprocess.PIPE,
69 stdin=subprocess.PIPE, startupinfo=startupinfo)
H A Dgit-clang-format237 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
264 p = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
343 p = subprocess.Popen(cmd, stdin=subprocess.PIPE)
365 clang_format = subprocess.Popen(clang_format_cmd, stdin=subprocess.PIPE,
366 stdout=subprocess.PIPE)
375 stdout=subprocess.PIPE)
460 p = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
[all...]
/external/libvpx/libvpx/tools/
H A Dlint-hunks.py80 tl = Subprocess(TOPLEVEL_CMD, stdout=subprocess.PIPE)
96 p = Subprocess(diff_cmd, stdout=subprocess.PIPE)
113 show = Subprocess(show_cmd, stdout=subprocess.PIPE)
115 stdin=show.stdout, stderr=subprocess.PIPE)
120 stdin=subprocess.PIPE, stderr=subprocess.PIPE)
/external/chromium-trace/trace-viewer/tracing/build/
H A Drun_dev_server_tests105 command_7z, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
109 command_7z, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
149 server_command, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
170 chrome_command, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/vinn/
H A Dd8_runner.py93 stdout=subprocess.PIPE, stdin=subprocess.PIPE):
111 def RunFile(file_path, source_paths=None, js_args=None, stdout=subprocess.PIPE,
112 stdin=subprocess.PIPE):
147 original_file_name=None, stdout=subprocess.PIPE,
148 stdin=subprocess.PIPE):
155 original_file_name=None, stdout=subprocess.PIPE,
156 stdin=subprocess.PIPE):
181 subprocess.PIPE is used, stdout will be returned in RunResult.out.
/external/clang/utils/check_cfc/
H A Dobj_diff.py21 stdout=subprocess.PIPE,
22 stderr=subprocess.PIPE)
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dgen_dynamic_list.py36 nm_proc = subprocess.Popen(['nm', library], stdout=subprocess.PIPE,
37 stderr=subprocess.PIPE)
/external/llvm/utils/lit/lit/
H A Dutil.py66 p = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
163 stdin=subprocess.PIPE,
164 stdout=subprocess.PIPE,
165 stderr=subprocess.PIPE,
186 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/external/sepolicy/tools/
H A Dpost_process_mac_perms45 p = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE,
46 stderr=subprocess.PIPE)
/external/compiler-rt/lib/asan/scripts/
H A Dsymbolize.py41 readelf_pipe = subprocess.Popen([readelf, "-l", path], stdin=subprocess.PIPE, stdout=subprocess.PIPE)
86 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
/external/v8/tools/
H A Drun-valgrind.py48 process = subprocess.Popen(command, stderr=subprocess.PIPE)
/external/chromium-trace/trace-viewer/build/
H A Dchecklicenses.py70 stdout=subprocess.PIPE,
71 stderr=subprocess.PIPE)
/external/chromium-trace/
H A Dupdate.py26 p = subprocess.Popen(git_args, stdout=subprocess.PIPE, cwd=script_dir)
36 stdout=subprocess.PIPE,
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
H A Dgenerate.py65 stdin=subprocess.PIPE,
66 stdout=subprocess.PIPE,
67 stderr=subprocess.PIPE)
206 stdin=subprocess.PIPE,
207 stdout=subprocess.PIPE,
208 stderr=subprocess.PIPE)
/external/icu/icu4c/source/test/perf/perldriver/
H A DPerfFramework.pm259 open(PIPE, "$cmd|") or die "Can't run \"$cmd\"";
261 while (<PIPE>) {
264 close(PIPE) or die "Program failed: \"$cmd\"";

Completed in 5638 milliseconds

12345