Searched
full:fopen (Results
501 -
525 of
2179) sorted by null
<<21222324252627282930>>
/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...] |
unzcrash.c | 86 f = fopen ( argv[1], "r" );
|
/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
|
/device/samsung/manta/libsensors/ |
IioSensorBase.cpp | 80 mIioSysfsChanFp = fopen(mIioSysfsChan, "r");
|
/external/bison/ |
Android.mk | 54 lib/fopen-safer.c \
|
/external/chromium/sdch/open-vcdiff/src/ |
vcdiff_main.cc | 224 FILE* dictionary_file = fopen(FLAGS_dictionary.c_str(), "rb"); 265 *file = fopen(file_name.c_str(), "rb"); 289 // standard C I/O library, i.e., fopen(), fwrite(), fclose(). 300 output_file_ = fopen(output_file_name_.c_str(), "wb");
|
/external/chromium_org/base/third_party/xdg_user_dirs/ |
xdg_user_dir_lookup.cc | 84 file = fopen (config_file, "r");
|
/external/chromium_org/gpu/command_buffer/tests/ |
gl_test_utils.cc | 200 FILE* fp = fopen(filename, "wb");
|
/external/chromium_org/sdch/open-vcdiff/src/ |
vcdiff_main.cc | 225 FILE* dictionary_file = fopen(FLAGS_dictionary.c_str(), "rb"); 266 *file = fopen(file_name.c_str(), "rb"); 290 // standard C I/O library, i.e., fopen(), fwrite(), fclose(). 301 output_file_ = fopen(output_file_name_.c_str(), "wb");
|
/external/chromium_org/third_party/icu/source/test/letest/ |
FontObject.cpp | 20 file = fopen(fileName, "rb");
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
pkg_icu.cpp | 82 file=fopen(listname, "r");
|
writesrc.c | 48 f=fopen(p, "w");
|
Completed in 423 milliseconds
<<21222324252627282930>>