HomeSort by relevance Sort by last modified time
    Searched refs:freopen (Results 26 - 37 of 37) sorted by null

12

  /system/core/sh/
show.c 406 if (!freopen(s, "a", tracefile)) {
  /bootable/recovery/
recovery.c 699 freopen(TEMPORARY_LOG_FILE, "a", stdout); setbuf(stdout, NULL);
700 freopen(TEMPORARY_LOG_FILE, "a", stderr); setbuf(stderr, NULL);
  /development/simulator/wrapsim/
Intercept.c 232 PASS_THROUGH_DECL(freopen, FILE*, const char* path, const char* mode,
234 PASS_THROUGH_BODY(freopen, path, mode, stream)
  /external/bluetooth/glib/glib/
gstdio.c 718 * A wrapper for the POSIX freopen() function. The freopen() function
721 * See your C library manual for more details about freopen().
763 return freopen (filename, mode, stream);
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 902 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
913 inline FILE *FReopen(const char* path, const char* mode, FILE* stream) {
914 return freopen(path, mode, stream);
    [all...]
  /external/libpng/contrib/gregbook/
rpng2-win.c 279 freopen("CONOUT$", "a", stderr);
280 freopen("CONOUT$", "a", stdout);
    [all...]
  /sdk/emulator/qtools/
trace_reader.cpp 1051 freopen(static_filename_, "r+", static_fstream_);
1118 freopen(static_filename_, "r+", static_fstream_);
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/
main.c 293 prev_stdout = freopen( outfilename, "w", stdout );
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
system.h 51 #define freopen(PATH,MODE,STREAM) freopen_unlocked(PATH,MODE,STREAM) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
system.h 51 #define freopen(PATH,MODE,STREAM) freopen_unlocked(PATH,MODE,STREAM) macro
  /bionic/libc/
Android.mk 98 stdio/freopen.c \
  /external/bison/tests/
testsuite     [all...]

Completed in 3287 milliseconds

12