HomeSort by relevance Sort by last modified time
    Searched full:fopen (Results 476 - 500 of 2155) sorted by null

<<11121314151617181920>>

  /external/libvpx/libvpx/
vp9_spatial_scalable_encoder.c 320 if (!(infile = fopen(app_input.input_filename, "rb")))
323 if (!(outfile = fopen(app_input.output_filename, "wb")))
  /external/openssh/
dh.c 133 if ((f = fopen(_PATH_DH_MODULI, "r")) == NULL &&
134 (f = fopen(_PATH_DH_PRIMES, "r")) == NULL) {
  /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");
236 FILE *in = fopen(inFile.c_str(), "r");
  /frameworks/rs/
rsFileA3D.cpp 312 FILE *writeHandle = fopen(filename, "wb");
468 FILE *f = fopen(path, "rb");
  /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");
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 43 FILE *fp = fopen(filename, "w+"); \
145 fp = fopen(p_obj->filename, "rb");
  /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 61 f = fopen(path, "r");
159 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...]
  /bionic/libc/stdio/
findfp.c 104 * Find a free FILE for fopen et al.
  /bootable/recovery/edify/
main.c 184 FILE* f = fopen(argv[1], "r");
  /bootable/recovery/tools/ota/
check-lost+found.c 50 FILE *out = fopen(kOutputFile, "a");
  /development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt 422 fopen
  /development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt 457 fopen
  /development/ndk/platforms/android-9/arch-mips/symbols/
libc.so.functions.txt 360 fopen
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 354 fopen

Completed in 861 milliseconds

<<11121314151617181920>>