Searched refs:popen (Results 1 - 25 of 83) sorted by last modified time

1234

/external/wpa_supplicant_8/hs20/server/www/
H A Dest.php146 $handle = popen("openssl x509 -in $cert_pem -serial -noout", "r");
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c5563 extern FILE *popen (__const char *__command, __const char *__modes);
/external/valgrind/main/none/tests/
H A Dcoolo_sigaction.cpp45 FILE *p = popen("echo Hallo World", "r");
/external/sqlite/dist/orig/
H A Dshell.c72 #undef popen macro
73 #define popen _popen macro
81 /* popen and pclose are not C89 functions and so are sometimes omitted from
83 extern FILE *popen(const char*,const char*);
2592 sCsv.in = popen(sCsv.zFile+1, "r");
2896 p->out = popen(zFile + 1, "w");
/external/sqlite/dist/
H A Dshell.c77 #undef popen macro
78 #define popen _popen macro
86 /* popen and pclose are not C89 functions and so are sometimes omitted from
88 extern FILE *popen(const char*,const char*);
2612 sCsv.in = popen(sCsv.zFile+1, "r");
2916 p->out = popen(zFile + 1, "w");
/external/skia/tools/
H A Dmisc_utils.py117 def popen(self, *args, **kwargs): member in class:VerboseSubprocess
/external/qemu/android/kernel/
H A Dkernel_utils.cpp38 // Helper class to perform launch a command through popen() and call
43 mFile = ::popen(command, "r");
/external/qemu/
H A Dsavevm.c365 stdio_file = popen(command, mode);
/external/oprofile/
H A Dopimport_pull86 stream = os.popen("find raw_samples -type d -name \*\ \(deleted\)\* | sort -r")
102 stream = os.popen("find raw_samples -type f -name \*all")
H A Doprofile_android60 popen = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
63 stdout, stderr = popen.communicate()
70 rc = popen.poll()
/external/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c118 p = popen(cmd, "w");
/external/ltrace/etc/
H A Dlibc.so.conf228 addr popen(string, string);
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h458 /// FILE *popen(const char *command, const char *mode);
459 popen, enumerator in enum:llvm::LibFunc::Func
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp239 "popen",
562 TLI.setUnavailable(LibFunc::popen);
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1417 case LibFunc::popen:
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dcode-reading.c118 f = popen(cmd, "r");
120 pr_debug("popen failed\n");
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
H A Dscripts.c151 fp = popen(cmd, "r");
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dannotate.c958 file = popen(command, "r");
1139 fp = popen(cmd, "r");
H A Dsort.c268 fp = popen(cmd, "r");
/external/lldb/test/benchmarks/disassembly/
H A DTestDoAttachThenDisassembly.py37 popen = subprocess.Popen([exe, self.lldbOption],
40 print "pid of spawned process: %d" % popen.pid
45 process = target.AttachToProcessWithID(listener, popen.pid, error)
/external/lldb/test/functionalities/process_attach/
H A DTestProcessAttach.py52 popen = self.spawnSubprocess(exe)
55 self.runCmd("process attach -p " + str(popen.pid))
69 popen = self.spawnSubprocess(exe)
/external/lldb/test/functionalities/thread/create_after_attach/
H A DTestCreateAfterAttach.py57 popen = self.spawnSubprocess(exe)
58 pid = popen.pid
/external/lldb/test/python_api/hello_world/
H A DTestHelloWorld.py140 popen = self.spawnSubprocess(self.exe, ["abc", "xyz"])
148 process = target.AttachToProcessWithID(listener, popen.pid, error)
165 popen = self.spawnSubprocess(self.exe, ["abc", "xyz"])
/external/jsoncpp/test/
H A Drunjsontests.py56 pipe = os.popen( "%s%s %s %s" % (
/external/icu/icu4c/source/tools/
H A Dicu-svnprops-check.py140 output_file = os.popen(cmd);

Completed in 805 milliseconds

1234