HomeSort by relevance Sort by last modified time
    Searched full:fopen (Results 901 - 925 of 2610) sorted by null

<<31323334353637383940>>

  /external/qemu/audio/
wavaudio.c 166 wav->f = fopen (conf_out.wav_path, "wb");
261 wav->f = fopen (path, "rb");
  /external/qemu/distrib/jpeg-6b/
jpegtran.c 409 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
420 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) {
rdjpgcom.c 34 #ifdef DONT_USE_B_MODE /* define mode parameters for fopen() */
471 if ((infile = fopen(argv[argn], READ_BINARY)) == NULL) {
  /external/qemu/distrib/sdl-1.2.15/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) {
  /external/srec/audio/AudioIn/UNIX/src/
filter.c 321 if ((fpInputSamples = fopen(argv[1], "rb")) == NULL)
328 if ((fpOutputSamples = fopen(argv[2], "wb")) == NULL)
  /external/wpa_supplicant_8/wpa_supplicant/
bgscan_learn.c 110 f = fopen(data->fname, "r");
172 f = fopen(data->fname, "w");
  /external/zlib/src/contrib/untgz/
untgz.c 482 outfile = fopen(fname,"wb");
490 outfile = fopen(fname,"wb");
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp8_multi_resolution_encoder.c 227 if(!(infile = fopen(argv[3], "rb")))
239 if(!(outfile[i] = fopen(argv[i+4], "wb")))
  /hardware/ti/omap4-aah/security/tf_daemon/
smc_properties_parser.c 484 if ((pFile = fopen(pFilename, "rb")) == NULL)
486 TRACE_ERROR("static_readFile: fopen(%s) failed [%d]", pFilename, GET_LAST_ERR);
  /hardware/ti/omap4xxx/security/tf_daemon/
smc_properties_parser.c 433 if ((pFile = fopen(pFilename, "rb")) == NULL)
435 TRACE_ERROR("static_readFile: fopen(%s) failed [%d]", pFilename, GET_LAST_ERR);
  /ndk/sources/android/crazy_linker/tests/
test_util.h 183 file_ = fopen(path, mode);
329 FILE* file = fopen("/proc/self/maps", "rb");
  /ndk/sources/host-tools/sed-4.2.1/sed/
utils.c 151 /* Panic on failing fopen */
160 fp = fopen (name, mode);
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
ImageUtils.cpp 288 imgin = fopen(filename, "r");
313 FILE *imgout = fopen(filename, "w");
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.cpp 288 imgin = fopen(filename, "r");
313 FILE *imgout = fopen(filename, "w");
  /packages/apps/Nfc/nci/jni/
RouteDataSet.cpp 259 fh = fopen (filename.c_str (), "w");
301 fh = fopen (filename.c_str (), "r");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
libpthread-2.11.1.so 
libpthread.so.0 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/profile/impl/
profiler_trace.h 40 #include <cstdio> // fopen, fclose, fprintf, FILE
407 FILE* __out_file = std::fopen(__file_name, "w");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libpthread-2.11.1.so 
libpthread.so.0 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_trace.h 33 #include <cstdio> // fopen, fclose, fprintf, FILE
400 FILE* __out_file = std::fopen(__file_name, "w");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/
profiler_trace.h 33 #include <cstdio> // fopen, fclose, fprintf, FILE
400 FILE* __out_file = std::fopen(__file_name, "w");
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/lib/
libc.so 

Completed in 529 milliseconds

<<31323334353637383940>>