/external/chromium_org/build/android/pylib/device/ |
adb_wrapper_test.py | 35 with os.fdopen(fi, 'wb') as f:
|
/external/chromium_org/mojo/common/test/ |
test_utils_posix.cc | 87 base::ScopedFILE rv(fdopen(h.release().fd, mode)); 88 PCHECK(rv) << "fdopen";
|
/external/chromium_org/tools/win/link_limiter/ |
build_link_limiter.py | 18 with os.fdopen(fd, 'w') as f:
|
/external/lldb/source/API/ |
SBStream.cpp | 140 m_opaque_ap.reset (new StreamFile (::fdopen (fd, "w"), transfer_fh_ownership));
|
/external/bison/darwin-lib/ |
stdio.h | 493 # undef fdopen 494 # define fdopen rpl_fdopen 496 _GL_FUNCDECL_RPL (fdopen, FILE *, (int fd, const char *mode) 498 _GL_CXXALIAS_RPL (fdopen, FILE *, (int fd, const char *mode)); 500 _GL_CXXALIAS_SYS (fdopen, FILE *, (int fd, const char *mode)); 502 _GL_CXXALIASWARN (fdopen); 504 # undef fdopen macro 505 /* Assume fdopen is always declared. */ 506 _GL_WARN_ON_USE (fdopen, "fdopen on native Windows platforms is not POSIX compliant - [all...] |
/external/bison/linux-lib/ |
stdio.h | 493 # undef fdopen 494 # define fdopen rpl_fdopen 496 _GL_FUNCDECL_RPL (fdopen, FILE *, (int fd, const char *mode) 498 _GL_CXXALIAS_RPL (fdopen, FILE *, (int fd, const char *mode)); 500 _GL_CXXALIAS_SYS (fdopen, FILE *, (int fd, const char *mode)); 502 _GL_CXXALIASWARN (fdopen); 504 # undef fdopen macro 505 /* Assume fdopen is always declared. */ 506 _GL_WARN_ON_USE (fdopen, "fdopen on native Windows platforms is not POSIX compliant - [all...] |
/external/bison/lib/ |
stdio.in.h | 181 # undef fdopen 182 # define fdopen rpl_fdopen 184 _GL_FUNCDECL_RPL (fdopen, FILE *, (int fd, const char *mode) 186 _GL_CXXALIAS_RPL (fdopen, FILE *, (int fd, const char *mode)); 188 _GL_CXXALIAS_SYS (fdopen, FILE *, (int fd, const char *mode)); 190 _GL_CXXALIASWARN (fdopen); 192 # undef fdopen 193 /* Assume fdopen is always declared. */ 194 _GL_WARN_ON_USE (fdopen, "fdopen on native Windows platforms is not POSIX compliant - [all...] |
/external/chromium_org/third_party/cython/src/Cython/Debugger/ |
Cygdb.py | 37 f = os.fdopen(fd, 'w')
|
/external/chromium_org/third_party/libvpx/source/libvpx/ |
vpxstats.c | 34 stats->file = fdopen(fd, "rb");
|
/external/chromium_org/tools/symsrc/ |
source_index.py | 96 f = os.fdopen(f, "wb")
|
/external/e2fsprogs/lib/blkid/ |
save.c | 99 file = fdopen(fd, "w");
|
/external/elfutils/0.153/libasm/ |
asm_begin.c | 51 result->out.file = fdopen (result->fd, "a");
|
/external/libvpx/libvpx/ |
vpxstats.c | 34 stats->file = fdopen(fd, "rb");
|
/bootable/recovery/uncrypt/ |
uncrypt.c | 172 FILE* fo = fdopen(fd, "w"); 204 FILE* mapf = fdopen(mapfd, "w");
|
/external/bison/src/ |
output.c | 593 FILE *out = fdopen (filter_fd[1], "w"); 596 "fdopen"); 603 in = fdopen (filter_fd[0], "r"); 606 "fdopen");
|
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/ |
stdio.pxd | 19 FILE *fdopen (int fdescriptor, const char *opentype)
|
/external/chromium_org/third_party/libjpeg_turbo/ |
wrjpgcom.c | 495 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) { 527 if ((outfile = fdopen(fileno(stdout), WRITE_BINARY)) == NULL) {
|
/external/jpeg/ |
wrjpgcom.c | 495 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) { 527 if ((outfile = fdopen(fileno(stdout), WRITE_BINARY)) == NULL) {
|
/external/ltrace/testsuite/ltrace.minor/ |
wchar.exp | 38 rd_stream = fdopen (fds[0], "r"); 39 wr_stream = fdopen (fds[1], "w"); 40 wr_stream_2 = fdopen (fds[1], "w");
|
/external/iproute2/misc/ |
ifstat.c | 522 FILE *fp = fdopen(clnt, "w"); 693 if ((hist_fp = fdopen(fd, "r+")) == NULL) { 694 perror("ifstat: fdopen history file"); 734 FILE *sfp = fdopen(fd, "r");
|
/external/libpng/contrib/gregbook/ |
wpng.c | 110 # include <fcntl.h> /* O_BINARY for fdopen() without text translation */ 307 /* some buggy C libraries require BOTH setmode() and fdopen(bin) */ 311 if ((wpng_info.infile = fdopen(fileno(stdin), "rb")) == NULL) { 316 if ((wpng_info.outfile = fdopen(fileno(stdout), "wb")) == NULL) { 439 (keybd = fdopen(fileno(stderr), "r")) != NULL &&
|
/external/compiler-rt/lib/asan/scripts/ |
asan_symbolize.py | 170 self.r = os.fdopen(fd, "r", 1) 171 self.w = os.fdopen(os.dup(fd), "w", 1)
|
/bionic/libc/include/ |
stdio.h | 152 #define __SAPP 0x0100 /* fdopen()ed in append mode */ 304 FILE *fdopen(int, const char *);
|
/bootable/recovery/ |
install.cpp | 134 FILE* from_child = fdopen(pipefd[0], "r");
|
/development/ndk/platforms/android-3/include/ |
stdio.h | 145 #define __SAPP 0x0100 /* fdopen()ed in append mode */ 286 FILE *fdopen(int, const char *);
|