HomeSort by relevance Sort by last modified time
    Searched refs:fopen (Results 376 - 400 of 1031) sorted by null

<<11121314151617181920>>

  /external/srec/tools/test_g2g/
test_g2g.c 201 fp = fopen(base, "rb");
484 fp = fopen(filelist, "r");
498 fp = fopen(filelist, "r");
  /external/v8/src/
platform-cygwin.cc 220 FILE* file = fopen(name, "r+");
234 FILE* file = fopen(name, "w+");
257 FILE* fp = fopen("/proc/self/maps", "r");
  /frameworks/compile/libbcc/helper/
sha1.c 290 f = fopen(fname, "rb");
339 checkfile = fopen(fname, "rt");
466 FILE *fout = fopen(binary_output_file, "wb");
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
OMX_TI_Debug.h 196 FILE *config = (config_file && *config_file) ? fopen(config_file, "rt") : NULL; \
225 else if (*out) (dbg).out_opened = (dbg).out = fopen(out, "w"); \
230 else if (*err) (dbg).err_opened = (dbg).err = fopen(err, "w"); \
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 50 #ifdef fopen /* fopen is a #define on VMS. */
51 #undef fopen macro
53 #define fopen(PATH,MODE) fopen_unlocked(PATH,MODE) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 50 #ifdef fopen /* fopen is a #define on VMS. */
51 #undef fopen macro
53 #define fopen(PATH,MODE) fopen_unlocked(PATH,MODE) macro
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 50 #ifdef fopen /* fopen is a #define on VMS. */
51 #undef fopen macro
53 #define fopen(PATH,MODE) fopen_unlocked(PATH,MODE) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdio.h 249 extern FILE *fopen (__const char *__restrict __filename,
260 extern FILE *__REDIRECT (fopen, (__const char *__restrict __filename,
268 # define fopen fopen64
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdio.h 249 extern FILE *fopen (__const char *__restrict __filename,
260 extern FILE *__REDIRECT (fopen, (__const char *__restrict __filename,
268 # define fopen fopen64
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdio.h 249 extern FILE *fopen (__const char *__restrict __filename,
260 extern FILE *__REDIRECT (fopen, (__const char *__restrict __filename,
268 # define fopen fopen64
  /external/icu4c/tools/dumpce/
dumpce.cpp 492 OUTPUT_ = fopen(filename, "w");
547 OUTPUT_ = fopen(filename, "w");
582 FILE *input = fopen(inputfilename, "r");
601 OUTPUT_ = fopen(filename, "w");
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 525 fIn = fopen(argv[1], "r");
533 fOut = fopen(argv[2], "w");
646 fIn = fopen(argv[1], "r");
652 fOut = fopen("TC6_G7261.G726", "w");
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c 447 fIn = fopen(argv[1], "r");
454 fOut = fopen(argv[2], "w");
531 fIn = fopen(argv[1], "r");
536 fOut = fopen("TC6_G7291.g729", "w");
    [all...]
  /dalvik/tools/dmtracedump/
CreateTestTrace.c 128 FILE *inputFp = fopen(inputFileName, "r");
436 FILE *fp = fopen(traceFileName, "w");
  /dalvik/tools/hprof-conv/
HprofConv.c 699 in = fopen(argv[1], "rb");
707 out = fopen(argv[2], "wb");
  /external/icu4c/test/cintltst/
cintltst.c 330 FILE *file = fopen(".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "Makefile.in", "r");
397 FILE *file = fopen(".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "Makefile.in", "r");
  /external/iproute2/tc/
m_ematch.c 56 FILE *fd = fopen(file, "r");
94 FILE *fd = fopen(file, "r");
  /external/libpng/contrib/gregbook/
rpng-win.c 184 infile = fopen("/etc/config/system.glGammaVal", "r");
305 if (!(infile = fopen(filename, "rb"))) {
  /external/mdnsresponder/mDNSPosix/
Responder.c 505 FILE * fp = fopen(filePath, "r");
679 fp = fopen(gPIDFile, "w");
  /external/openssh/
hostfile.c 249 if ((f = fopen(path, "r")) == NULL)
467 f = fopen(filename, "a");
ssh-keygen.c 517 if ((fp = fopen(identity_file, "r")) == NULL)
567 if ((fp = fopen(identity_file, "r")) == NULL)
610 if ((fp = fopen(identity_file, "r")) == NULL)
780 if ((f = fopen(identity_file, "r")) == NULL)
987 if ((in = fopen(identity_file, "r")) == NULL)
    [all...]
  /external/openssl/crypto/ui/
ui_openssl.c 490 if ((tty_in=fopen(DEV_TTY,"r")) == NULL)
492 if ((tty_out=fopen(DEV_TTY,"w")) == NULL)
  /external/qemu/android/utils/
ini.c 261 FILE* fp = fopen(filepath, "rt");
314 FILE* fp = fopen(filepath, "wt");
  /external/qemu/distrib/sdl-1.2.12/src/main/macos/
SDL_main.c 140 file = fopen(STDOUT_FILE, "rb");
148 file = fopen(STDERR_FILE, "rb");
  /external/qemu-pc-bios/bochs/bios/
biossums.c 108 if ((stream = fopen(argv[arg], "rb")) == NULL) {
227 if ((stream = fopen(argv[arg], "wb")) == NULL) {

Completed in 4256 milliseconds

<<11121314151617181920>>