Searched
full:fopen (Results
801 -
825 of
2610) sorted by null
<<31323334353637383940>>
/external/qemu/ui/ |
keymaps.c | 83 if (!(f = fopen(filename, "r"))) {
|
/external/skia/src/effects/ |
SkEmbossMask.cpp | 55 FILE* file = ::fopen("SkEmbossMask_Table.h", "w");
|
/external/skia/tests/ |
StreamTest.cpp | 66 FILE* file = ::fopen(path.c_str(), "rb");
|
/external/skia/tools/ |
win_dbghelp.cpp | 96 FILE* file = fopen(filename, "rt");
|
/external/srec/audio/AudioIn/UNIX/src/ |
audioinwrapper.cpp | 95 audio_data = fopen ( file_name, "w" );
|
/external/srec/audio/test/AudioInRecord/src/ |
AudioInRecord.c | 133 fpOutput = fopen(szFilename, "wb");
|
/external/srec/portable/src/ |
pstream.c | 44 the user could call fopen to open this file again with another file handle (2). 886 if ((fp = fopen(fullfname, mode)) != NULL) 898 PLogError(L("Error to fopen %s with mode %s\n\n"), fullfname, mode); 926 fp = fopen(filename, mode);
|
/external/tinyalsa/ |
tinycap.c | 91 file = fopen(argv[1], "wb");
|
/external/wpa_supplicant_8/src/utils/ |
os_win32.c | 197 f = fopen(name, "rb");
|
/external/zlib/src/contrib/puff/ |
pufftest.c | 70 in = name == NULL ? stdin : fopen(name, "rb");
|
/external/zlib/src/contrib/testzlib/ |
testzlib.c | 124 stream=fopen(filename, "rb");
|
/external/zlib/src/test/ |
minigzip.c | 223 fopen(path, gz->write ? "wb" : "rb"); 477 in = fopen(file, "rb"); 534 out = fopen(outfile, "wb"); 633 FILE * in = fopen(*argv, "rb");
|
/frameworks/base/cmds/idmap/ |
scan.cpp | 37 FILE* fout = fopen(filename, "w");
|
/frameworks/base/core/jni/ |
android_os_Debug.cpp | 410 fp = fopen(tmp, "r"); 498 fp = fopen(tmp, "r"); 658 FILE* fp = fopen(BINDER_STATS, "r"); 835 FILE* in = fopen(maps, "r");
|
/frameworks/base/services/core/jni/ |
com_android_server_am_BatteryStatsService.cpp | 101 FILE *fp = fopen(LAST_RESUME_REASON, "r");
|
/frameworks/base/tools/aidl/ |
aidl_language_l.l | 189 yyin = fopen(filename, "r");
|
/frameworks/native/cmds/ip-up-vpn/ |
ip-up-vpn.c | 69 FILE *state = fopen(DIR ".tmp", "wb");
|
/frameworks/native/cmds/rawbu/ |
backup.cpp | 346 FILE* src = fopen(fullPath, "r"); 377 FILE* fh = fopen(destPath, "w"); 507 FILE* fh = fopen(srcPath, "r"); 573 FILE* dest = fopen(path, "w");
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
ucode_download.c | 145 if ((fp = fopen(fw_filename, "rb")) == NULL) {
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
decode_to_md5.c | 98 if (!(outfile = fopen(argv[2], "wb")))
|
decode_with_drops.c | 96 if (!(outfile = fopen(argv[2], "wb")))
|
postproc.c | 80 if (!(outfile = fopen(argv[2], "wb")))
|
simple_decoder.c | 117 if (!(outfile = fopen(argv[2], "wb")))
|
vp8cx_set_ref.c | 157 if (!(infile = fopen(argv[3], "rb")))
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
video_source.h | 50 return fopen(path_to_source.c_str(), "rb");
|
Completed in 1522 milliseconds
<<31323334353637383940>>