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

<<21222324252627282930>>

  /external/libvpx/libvpx/examples/
decode_with_partial_drops.c 231 if(!(infile = fopen(argv[1], "rb")))
233 if(!(outfile = fopen(argv[2], "wb")))
  /external/ppp/pppd/plugins/radius/
config.c 193 if ((configfd = fopen(filename,"r")) == NULL)
466 if ((clientfd = fopen (rc_conf_str("servers"), "r")) == (FILE *) NULL)
  /external/qemu/distrib/jpeg-6b/
rdswitch.c 90 if ((fp = fopen(filename, "r")) == NULL) {
182 if ((fp = fopen(filename, "r")) == NULL) {
  /external/skia/src/animator/
SkBuildCondensedInfo.cpp 145 FILE* condensed = fopen("../../src/animator/SkCondensedDebug.cpp", "w+");
149 FILE* condensed = fopen("../../src/animator/SkCondensedRelease.cpp", "w+");
  /external/webrtc/src/modules/audio_processing/test/
apmtest.m 328 fid = fopen(newfile,'rb');
332 fid = fopen(reffile,'rb');
  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 118 FILE *info = fopen(infoFile.c_str(), "w");
233 FILE *in = fopen(inFile.c_str(), "r");
  /frameworks/rs/
rsFileA3D.cpp 314 FILE *writeHandle = fopen(filename, "wb");
470 FILE *f = fopen(path, "rb");
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
decode_with_partial_drops.c 231 if(!(infile = fopen(argv[1], "rb")))
233 if(!(outfile = fopen(argv[2], "wb")))
  /hardware/intel/img/psb_video/fw/topazhp/
topazhp_bin.c 378 fp = fopen(FW_FILE_NAME_A0, "w");
388 fp = fopen(FW_FILE_NAME_B0, "w");
  /hardware/invensense/6515/libsensors_iio/
libmllite.so 
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/build/android/
libmllite.so 
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
inv_sysfs_utils.c 39 fp = fopen(filename, "w");
61 fp = fopen(filename, "r");
  /hardware/invensense/65xx/libsensors_iio/
libmllite.so 
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/build/android/
libmllite.so 
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
inv_sysfs_utils.c 33 fp = fopen(filename, "w");
55 fp = fopen(filename, "r");
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /system/core/fs_mgr/
fs_mgr_verity.c 62 f = fopen(path, "r");
160 device = fopen(block_device, "r");
  /system/extras/showslab/
showslab.c 67 slabfile = fopen(SLABINFO_FILE, "r");
69 perror("fopen");
  /external/bzip2/
bzip2.c 942 FILE *tmp = fopen ( name, "rb" );
957 security issues, simple this simply behaves like fopen.
971 return fopen(name, mode);
1018 by attempting to fopen() the file, and if successful, immediately
1019 fclose()ing it again. So we have to assume that the fopen() call
1025 open() as a result of fopen(), and not any kind of read()-ahead
    [all...]
  /external/libhevc/test/decoder/
main.c     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc 224 FILE* file = fopen(filename.c_str(), "wb");
270 FILE* file = fopen(filename.c_str(), "rb");
431 far_file_ = fopen(filename.c_str(), "rb");
439 near_file_ = fopen(filename.c_str(), "rb");
454 out_file_ = fopen(filename.c_str(), "wb");
    [all...]
  /bionic/libc/bionic/
pthread_attr.cpp 130 FILE* fp = fopen("/proc/self/maps", "re");
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
findfp.c 102 * Find a free FILE for fopen et al.

Completed in 576 milliseconds

<<21222324252627282930>>