/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/libexec/gcc/i686-linux-android/4.6/ |
libfunction_reordering_plugin.so.0.0.0 | |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
cstdio | 59 #undef fopen 106 using ::fopen;
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
cstdio | 59 #undef fopen 106 using ::fopen;
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
cstdio | 59 #undef fopen 106 using ::fopen;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
cstdio | 59 #undef fopen 106 using ::fopen;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
cstdio | 58 #undef fopen 105 using ::fopen;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
cstdio | 62 #undef fopen 108 using ::fopen;
|
/system/bluetooth/brfpatch/ |
brfpatch.c | 171 FILE *file_in = fopen(argv[1], "r"); 174 FILE *file_out = fopen(argv[2], "w+");
|
/system/core/adb/ |
adb_auth_client.c | 59 f = fopen(file, "r"); 128 f = fopen("/dev/urandom", "r");
|
/system/core/toolbox/ |
cat.c | 135 else if ((fp = fopen(*argv, 137 perror("fopen");
|
netstat.c | 92 FILE *fp = fopen(filename, "r"); 119 FILE *fp = fopen(filename, "r");
|
/external/svox/pico/lib/ |
picopal.c | 294 /* 'fopen' opens the file with name 'filename'. Depending on 315 res = (picopal_File) fopen((char *)filename, (char *)"r"); 318 res = (picopal_File) fopen((char *)filename, (char *)"w"); 321 res = (picopal_File) fopen((char *)filename, (char *)"rb"); 324 res = (picopal_File) fopen((char *)filename, (char *)"wb");
|
/hardware/invensense/libsensors_iio/software/simple_apps/self_test/ |
inv_self_test.c | 113 fp = fopen(filename, "r"); 130 fp = fopen(filename, "w"); 262 fptr = fopen(mpu.self_test, "r"); 329 fptr= fopen(mpu.temperature, "r"); 400 fptr= fopen(MLCAL_FILE, "wb+");
|
/hardware/invensense/mlsdk/platform/linux/ |
mlsl_linux_mpu.c | 101 fp = fopen(MLCFG_FILE, "rb"); 128 fp = fopen(MLCFG_FILE,"wb"); 162 fp = fopen(MLCAL_FILE,"rb"); 193 fp = fopen(MLCAL_FILE,"wb"); 213 calFile = fopen(MLCAL_FILE, "rb");
|
/external/webrtc/src/modules/audio_processing/test/ |
process_test.cc | 419 pb_file = fopen(pb_filename, "rb"); 424 far_file = fopen(far_filename, "rb"); 429 near_file = fopen(near_filename, "rb"); 433 event_file = fopen(event_filename, "rb"); 437 delay_file = fopen(delay_filename, "rb"); 441 drift_file = fopen(drift_filename, "rb"); 447 out_file = fopen(out_filename, "wb"); 464 vad_out_file = fopen(vad_out_filename, "wb"); 470 aecm_echo_path_in_file = fopen(aecm_echo_path_in_filename, "rb"); 489 aecm_echo_path_out_file = fopen(aecm_echo_path_out_filename, "wb") [all...] |
/sdk/emulator/opengl/host/tools/emugen/ |
ApiGen.cpp | 55 FILE *fp = fopen(filename.c_str(), "wt"); 99 FILE *fp = fopen(filename.c_str(), "wt"); 131 FILE *fp = fopen(filename.c_str(), "wt"); 199 FILE *fp = fopen(filename.c_str(), "wt"); 270 FILE *fp = fopen(filename.c_str(), "wt"); 290 FILE *fp = fopen(filename.c_str(), "wt"); 309 FILE *fp = fopen(filename.c_str(), "wt"); 451 FILE *fp = fopen(filename.c_str(), "wt"); 684 FILE *fp = fopen(filename.c_str(), "wt"); 716 FILE *fp = fopen(filename.c_str(), "wt") [all...] |
/external/webrtc/src/modules/audio_processing/aec/ |
echo_cancellation.c | 151 aecpc->aec->farFile = fopen(filename, "wb"); 153 aecpc->aec->nearFile = fopen(filename, "wb"); 155 aecpc->aec->outFile = fopen(filename, "wb"); 157 aecpc->aec->outLinearFile = fopen(filename, "wb"); 159 aecpc->bufFile = fopen(filename, "wb"); 161 aecpc->skewFile = fopen(filename, "wb"); 163 aecpc->delayFile = fopen(filename, "wb");
|
/device/samsung/tuna/recovery/ |
bootloader.c | 79 FILE* f = fopen(fname, "rb"); 308 FILE* xloader = fopen(xloader_loc, "r+b"); 329 FILE* sbl = fopen(sbl_loc, "r+b");
|
/external/compiler-rt/lib/profile/ |
GCDAProfiling.c | 168 output_file = fopen(filename, "r+b"); 172 output_file = fopen(filename, "w+b"); 176 output_file = fopen(filename, "w+b");
|
/external/dropbear/libtommath/etc/ |
pprime.c | 39 out = fopen("pprime.dat", "wb"); 152 primes = fopen("pprime.dat", "rb"); 155 primes = fopen("pprime.dat", "rb");
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
patchram.cpp | 139 if ((pf = fopen(pFilename, "r")) != NULL) 401 if ((fd = fopen(sPrePatchFn, "rb")) != NULL) 435 if ((fd = fopen(sPatchFn, "rb")) != NULL)
|
/external/libpng/contrib/pngminus/ |
png2pnm.c | 84 if ((fp_al = fopen (argv[argi], "wb")) == NULL) 106 if ((fp_rd = fopen (argv[argi], "rb")) == NULL) 115 if ((fp_wr = fopen (argv[argi], "wb")) == NULL)
|
/external/libvorbis/vq/ |
metrics.c | 159 out=fopen(buffer,"w"); 175 out=fopen(buffer,"w"); 191 out=fopen(buffer,"w");
|
/external/quake/quake/src/WinQuake/ |
sys_sun.cpp | 94 f = fopen(path, "rb"); 122 f = fopen(path, "wb"); 178 f = fopen(path, "rb");
|
/external/v8/src/ |
v8utils.cc | 147 FILE* file = OS::FOpen(filename, "rb"); 209 FILE* f = OS::FOpen(filename, "ab"); 226 FILE* f = OS::FOpen(filename, "wb");
|