Searched
full:fopen (Results
376 -
400 of
2179) sorted by null
<<11121314151617181920>>
/external/libvpx/libvpx/vp8/common/ |
debugmodes.c | 22 FILE *mvs = fopen("mvs.stt", "a");
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_onyxd_if.c | 37 FILE *yuv_file = fopen(name, "ab"); 74 yframe = fopen(filename, "wb"); 82 yframe = fopen(filename, "wb"); 90 yframe = fopen(filename, "wb");
|
/external/linux-tools-perf/util/ |
cgroup.c | 19 fp = fopen("/proc/mounts", "r");
|
cpumap.c | 51 onlnf = fopen("/sys/devices/system/cpu/online", "r");
|
strlist.c | 76 FILE *fp = fopen(filename, "r");
|
/external/openssh/openbsd-compat/ |
port-uw.c | 97 if ((fd = fopen (password_file, "r")) == NULL) {
|
/external/ppp/pppd/plugins/radius/ |
radrealms.c | 68 if ((fd = fopen(radrealms_config, "r")) == NULL) {
|
/external/qemu/distrib/jpeg-6b/ |
wrjpgcom.c | 37 #ifdef DONT_USE_B_MODE /* define mode parameters for fopen() */ 442 if ((comment_file = fopen(argv[argn], "r")) == NULL) { 485 if ((infile = fopen(argv[argn], READ_BINARY)) == NULL) { 512 if ((outfile = fopen(argv[argn+1], WRITE_BINARY)) == NULL) {
|
/external/sfntly/cpp/src/sfntly/port/ |
file_input_stream.cc | 157 file_ = fopen(file_path, "rb");
|
/external/srec/audio/test/AudioHardwareRecord/src/ |
AudioHardwareRecord.c | 88 fpOutput = fopen(szFilename, "wb");
|
/external/srec/audio/test/AudioHardwareRecordLoop/src/ |
AudioHardwareRecordLoop.c | 125 fpOutput = fopen(szFilename, "wb");
|
/external/srec/portable/include/ |
PFile.h | 439 * Backwards compatible fopen(). 441 * @param filename See fopen() 442 * @param mode See fopen() 443 * @return see fopen()
|
/external/srtp/crypto/kernel/ |
err.c | 86 err_file = fopen(ERR_REPORTING_FILE, "w");
|
/external/stlport/stlport/stl/ |
_cstdio.h | 74 using _STLP_VENDOR_CSTD::fopen;
|
/external/stlport/test/unit/cppunit/ |
file_reporter.h | 45 _file = fopen(file, "w");
|
/external/strace/ |
Android.mk | 98 -Dfopen64=fopen \
|
/external/valgrind/main/tests/ |
os_test.c | 37 FILE *fp = fopen("/proc/sys/kernel/osrelease", "r");
|
/external/webrtc/test/testsupport/metrics/ |
video_metrics_unittest.cc | 37 FILE* dummy = fopen(kEmptyFileName, "wb");
|
/external/wpa_supplicant_8/src/utils/ |
os_win32.c | 186 f = fopen(name, "rb");
|
/frameworks/av/include/private/media/ |
VideoFrame.h | 37 FILE *in = fopen(url, "r");
|
/frameworks/av/media/libstagefright/httplive/ |
LiveDataSource.cpp | 35 mBackupFile = fopen("/data/misc/backup.ts", "wb");
|
/frameworks/av/media/libstagefright/rtsp/ |
UDPPusher.cpp | 33 : mFile(fopen(filename, "rb")),
|
/frameworks/wilhelm/tests/listening/ |
seekTorture.c | 98 FILE *fp_map = fopen(argv[2], "r");
|
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/ |
mlos_linux.c | 133 FILE *fp = fopen(filename, "r");
|
/hardware/invensense/60xx/mlsdk/platform/linux/ |
mlos_linux.c | 146 FILE *fp = fopen(filename,"r");
|
Completed in 922 milliseconds
<<11121314151617181920>>