Searched
full:fopen (Results
801 -
825 of
2155) sorted by null
<<31323334353637383940>>
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/libexec/gcc/i686-linux-android/4.6/ |
lto-wrapper | |
/prebuilts/misc/linux-x86/ccache/ |
ccache | |
/sdk/emulator/qtools/ |
dmtrace.cpp | 36 fTrace = fopen(dmtrace_file, "w");
|
/system/core/adb/ |
usb_vendors.c | 252 FILE * f = fopen(temp, "rt");
|
/system/core/cpio/ |
mkbootfs.c | 288 FILE* f = fopen(filename, "r");
|
/system/core/init/ |
bootchart.c | 135 out = fopen( LOG_HEADER, "w" );
|
/system/core/libcorkscrew/ |
map_info.c | 141 fp = fopen(path, "r");
|
/system/core/libcutils/ |
dir_hash.c | 70 FILE *f = fopen(path, "rb");
|
sched_policy.c | 169 if (!(fp = fopen(pathBuf, "r"))) {
|
/system/core/toolbox/ |
lsof.c | 112 maps = fopen(info->path, "r");
|
/system/extras/tests/bionic/libc/other/ |
test_jpeg.c | 311 FILE* f = fopen( argv[1], "rb" );
|
/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/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 | 172 fp_ = OS::FOpen(snapshot_file, "wb"); 218 FILE* fp = OS::FOpen(name.start(), "w"); 453 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) { 500 if ((fp=fopen (buffer,"rt"))==NULL) { 622 if ( (fp=fopen ("/etc/mtab","rt"))==NULL) {
|
/external/e2fsprogs/lib/et/ |
com_err.texinfo | 468 if ( (f1 = fopen(FILE1, "r")) == NULL) @{ 477 if ( (f2 = fopen(FILE2, "w")) == NULL) @{ 482 if ( (f3 = fopen(FILE3, "a+")) == NULL) @{
|
/external/grub/lib/ |
device.c | 424 fp = fopen (device, "r"); 639 fp = fopen (map_file, "r"); 658 fp = fopen (map_file, "w");
|
/external/icu4c/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) {
|
Completed in 776 milliseconds
<<31323334353637383940>>