/system/extras/tests/ext4/ |
rand_emmc_perf.c | 65 full_stats = fopen(full_stats_file, "w");
|
/external/bzip2/ |
bzip2recover.c | 351 inFile = fopen ( inFileName, "rb" ); 425 inFile = fopen ( inFileName, "rb" ); 489 outFile = fopen ( outFileName, "wb" );
|
/external/chromium_org/chrome/installer/mac/third_party/bsdiff/ |
goobspatch.c | 265 if ((cf->f = fopen(path, "rb")) == NULL) 385 if ((f = fopen(argv[3], "rb")) == NULL) 386 err(1, "fopen(%s)", argv[3]);
|
/external/chromium_org/third_party/icu/source/test/iotest/ |
iotest.cpp | 112 FILE *file = fopen(".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "Makefile.in", "r"); 753 FILE *file = fopen(".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "Makefile.in", "r"); [all...] |
/external/chromium_org/third_party/libxml/src/ |
xmlmemory.c | 655 fp = fopen(".memorylist", "w"); 728 fp = fopen(".memorylist", "w"); 895 dump = fopen(".memdump", "w");
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
des.c | 287 else if ((DES_IN=fopen(in,"r")) == NULL) 299 else if ((DES_OUT=fopen(out,"w")) == NULL) 657 if ((O=fopen(cksumname,"w")) != NULL)
|
/external/chromium_org/third_party/skia/third_party/lua/src/ |
liolib.c | 36 ** Change this macro to accept other modes for 'fopen' besides 219 p->f = fopen(fname, mode); 231 p->f = fopen(filename, mode);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
file.h | 210 * is saved into oname, and the fopen'ed FILE * is returned. If not found, 215 * \param mode fopen mode string 218 * \return fopen'ed include file, or NULL if not found.
|
/external/chromium_org/v8/test/cctest/ |
test-serialize.cc | 168 fp_ = OS::FOpen(snapshot_file, "wb"); 214 FILE* fp = OS::FOpen(name.start(), "w"); 451 FILE* fp = OS::FOpen(name.start(), "r");
|
/external/e2fsprogs/ext2ed/ |
general_com.c | 174 if ( (device_handle=fopen (new_device,"rb"))==NULL) { 873 if ( (fp=fopen (device_name,"r+b"))==NULL) { 892 if ( (fp=fopen (device_name,"rb"))==NULL) {
|
init.c | 113 if ( (fp=fopen (file_name,"rt"))==NULL) { 493 if ((fp=fopen (buffer,"rt"))==NULL) { 615 if ( (fp=fopen ("/etc/mtab","rt"))==NULL) {
|
/external/e2fsprogs/lib/et/ |
com_err.texinfo | 459 if ( (f1 = fopen(FILE1, "r")) == NULL) @{ 468 if ( (f2 = fopen(FILE2, "w")) == NULL) @{ 473 if ( (f3 = fopen(FILE3, "a+")) == NULL) @{
|
/external/icu/icu4c/source/test/iotest/ |
iotest.cpp | 112 FILE *file = fopen(".." U_FILE_SEP_STRING".." U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "Makefile.in", "r"); 754 FILE *file = fopen(".." U_FILE_SEP_STRING ".." U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "Makefile.in", "r") [all...] |
/external/jpeg/ |
djpeg.c | 274 if ((mapfile = fopen(argv[argn], READ_BINARY)) == NULL) { 504 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) { 515 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) {
|
/external/libselinux/src/ |
label_file.c | 430 if ((fp = fopen(path, "r")) == NULL) 443 homedirfp = fopen(homedir_path, "r"); 446 localfp = fopen(local_path, "r");
|
/external/libxml2/ |
xmlmemory.c | 658 fp = fopen(".memorylist", "w"); 731 fp = fopen(".memorylist", "w"); 898 dump = fopen(".memdump", "w");
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
svghelper.c | 78 svgfile = fopen(filename, "w"); 211 file = fopen("/proc/cpuinfo", "r"); 223 file = fopen("/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies", "r");
|
/external/openssl/crypto/des/ |
des.c | 287 else if ((DES_IN=fopen(in,"r")) == NULL) 299 else if ((DES_OUT=fopen(out,"w")) == NULL) 657 if ((O=fopen(cksumname,"w")) != NULL)
|
/external/oprofile/daemon/ |
opd_ibs.c | 181 fp = fopen(buf, "r"); 647 if ((memaccess_log = fopen(filename, "w")) == NULL) { 663 if ((bta_log = fopen(filename, "w")) == NULL) {
|
/external/oprofile/libop/ |
op_events.c | 224 FILE * fp = fopen(file, "r"); 431 FILE * fp = fopen(file, "r"); 726 return (fopen(ev_map_file, "r"));
|
/external/qemu/distrib/jpeg-6b/ |
djpeg.c | 274 if ((mapfile = fopen(argv[argn], READ_BINARY)) == NULL) { 504 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) { 515 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) {
|
/external/qemu/distrib/libselinux/src/ |
label_file.c | 430 if ((fp = fopen(path, "r")) == NULL) 443 homedirfp = fopen(homedir_path, "r"); 446 localfp = fopen(local_path, "r");
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
TestBenchMultipleInstance.c | 149 finput = fopen(argv[argc-instCount+i],"rb"); 178 decoder[i]->foutput = fopen(decoder[i]->outFileName, "wb"); 400 fp = fopen("dec_api.trc", "at");
|
/frameworks/compile/libbcc/lib/Support/ |
sha1.c | 289 f = fopen(fname, "rb"); 338 checkfile = fopen(fname, "rt"); 465 FILE *fout = fopen(binary_output_file, "wb");
|
/frameworks/native/cmds/dumpstate/ |
dumpstate.c | 416 FILE *oom_adj = fopen("/proc/self/oom_adj", "w"); 450 vibrator = fopen("/sys/class/timed_output/vibrator/enable", "w"); 458 FILE *cmdline = fopen("/proc/cmdline", "r");
|