HomeSort by relevance Sort by last modified time
    Searched full:fopen (Results 276 - 300 of 974) sorted by null

<<11121314151617181920>>

  /external/zlib/contrib/untgz/
untgz.c 482 outfile = fopen(fname,"wb");
490 outfile = fopen(fname,"wb");
  /frameworks/base/libs/audioflinger/
AudioDumpInterface.cpp 264 mOutFile = fopen(name, "wb");
441 mInFile = fopen(name, "rb");
  /prebuilt/linux-x86/oprofile/bin/
opimport 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/
collect2 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-gcov 
  /prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/
collect2 
  /bootable/recovery/applypatch/
imgdiff.c 187 FILE* f = fopen(filename, "rb");
377 FILE* f = fopen(filename, "rb");
636 FILE* f = fopen(ptemp, "rb");
954 FILE* f = fopen(argv[3], "wb");
  /bootable/recovery/
install.c 189 FILE* f = fopen(filename, "r");
  /build/tools/atree/
atree.cpp 283 FILE *f = fopen(g_dependency.c_str(), "w");
  /dalvik/libcore/dalvik/src/main/native/
dalvik_system_TouchDex.cpp 245 fp = fopen(localBuf, "r");
  /external/e2fsprogs/ext2ed/
disk.c 147 if ((fp=fopen (LogFile,"a+"))==NULL) {
  /external/e2fsprogs/tests/progs/
test_icount.c 258 f = fopen(cmd_file, "r");
  /external/icu4c/test/iotest/
trnstst.c 186 infile = fopen(STANDARD_TEST_FILE, "rb");
  /external/icu4c/test/letest/
gendata.cpp 115 FILE *outputFile = fopen(argv[1], "w");
  /external/icu4c/tools/gentest/
gentest.c 154 out = fopen(file, "w");
  /external/iproute2/misc/
lnstat_util.c 194 lf->fp = fopen(lf->path, "r");
  /external/ipsec-tools/src/racoon/
localconf.c 187 fp = fopen(lcconf->pathinfo[LC_PATHTYPE_PSK], "r");
  /external/iptables/
ip6tables-save.c 232 procfile = fopen("/proc/net/ip6_tables_names", "r");
  /external/jhead/
jpgfile.c 334 infile = fopen(FileName, "rb"); // Unix ignores 'b', windows needs it.
376 ThumbnailFile = fopen(ThumbFileName,"wb");
422 ThumbnailFile = fopen(ThumbFileName,"rb");
539 outfile = fopen(FileName,"wb");
  /external/libpng/contrib/gregbook/
wpng.c 209 tmpfile = fopen("/etc/config/system.glGammaVal", "r");
328 } else if (!(wpng_info.infile = fopen(inname, "rb"))) {
376 if ((wpng_info.outfile = fopen(outname, "rb")) != NULL) {
381 } else if (!(wpng_info.outfile = fopen(outname, "wb"))) {
  /external/oprofile/daemon/
init.c 109 status_file = fopen(op_dump_status, "w");
  /external/ppp/pppd/plugins/pppoatm/
ans.c 209 if (!(file = fopen(E164_CC_FILE,"r")))
text2atm.c 219 if (!(file = fopen(HOSTS_ATM,"r"))) return TRY_OTHER;
  /external/qemu/distrib/sdl-1.2.12/src/audio/esd/
SDL_esdaudio.c 256 fp = fopen(temp, "r");
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11image.c 158 FILE *pstat = fopen("/proc/stat", "r");

Completed in 90 milliseconds

<<11121314151617181920>>