HomeSort by relevance Sort by last modified time
    Searched refs:popen (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /build/tools/
adbs 36 stream = os.popen(cmd)
46 stream = os.popen(cmd)
79 stream = os.popen(cmd)
118 stream = os.popen(cmd)
197 stream = os.popen(adb_cmd)
  /external/e2fsprogs/include/nonunix/
unistd.h 15 #define popen _popen macro
  /cts/suite/audio_quality/lib/src/
SimpleScriptExec.cpp 76 if ( !(fpipe = (FILE*)popen(command.string(),"r")) ) {
  /external/oprofile/
opimport_pull 86 stream = os.popen("find raw_samples -type d -name \*\ \(deleted\)\* | sort -r")
102 stream = os.popen("find raw_samples -type f -name \*all")
oprofile_android 60 popen = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
63 stdout, stderr = popen.communicate()
70 rc = popen.poll()
  /external/valgrind/main/none/tests/
coolo_sigaction.cpp 46 FILE *p = popen("echo Hallo World", "r");
  /dalvik/tools/
deadcode.py 103 pipe = os.popen(command)
  /external/e2fsprogs/e2fsck/
badblocks.c 79 f = popen(buf, "r");
82 _("while trying popen '%s'"), buf);
  /bionic/libc/unistd/
popen.c 1 /* $OpenBSD: popen.c,v 1.17 2005/08/08 08:05:34 espie Exp $ */
54 popen(const char *program, const char *type) function
  /build/core/
checktree 53 fd = os.popen(command);
  /external/chromium/sdch/open-vcdiff/packages/deb/
rules 102 dh_installman -popen-vcdiff0 \
  /external/qemu/
migration-exec.c 74 f = popen(command, "w");
76 DPRINTF("Unable to popen exec target\n");
82 DPRINTF("Unable to retrieve file descriptor for popen'd handle\n");
145 DPRINTF("Unable to apply qemu wrapper to popen file\n");
  /external/dbus/test/
unused-code-gc.py 112 f = os.popen(command)
179 f = os.popen(command)
  /external/dropbear/
svr-x11fwd.c 157 /* popen is a nice function - code is strongly based on OpenSSH's */
158 authprog = popen(XAUTH_COMMAND, "w");
  /external/icu4c/tools/
icu-svnprops-check.py 140 output_file = os.popen(cmd);
  /ndk/sources/host-tools/nawk-20071023/
README 72 *if* you provide versions of popen and pclose. The file
proto.h 197 extern FILE *popen(const char *, const char *);
  /development/ndk/platforms/android-3/include/
stdio.h 312 FILE *popen(const char *, const char *);
  /development/ndk/platforms/android-8/include/
stdio.h 312 FILE *popen(const char *, const char *);
  /external/e2fsprogs/debugfs/
util.c 93 ((outfile = popen(pager, "w")) == 0))
  /external/webkit/Tools/wx/build/
build_utils.py 41 f = os.popen(command)
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
stdio.h 321 FILE *popen(const char *, const char *);
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
stdio.h 321 FILE *popen(const char *, const char *);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
mf-runtime.h 195 #pragma redefine_extname popen __mfwrap_popen
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
stdio.h 321 FILE *popen(const char *, const char *);

Completed in 1072 milliseconds

1 2 3 4