Searched
full:fopen (Results
376 -
400 of
2610) sorted by null
<<11121314151617181920>>
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/ |
rtp_analyze.cc | 62 FILE* in_file = fopen(argv[1], "rb"); 81 out_file = fopen(argv[2], "wt");
|
/external/chromium_org/third_party/webrtc/test/testsupport/metrics/ |
video_metrics.cc | 95 FILE* ref_fp = fopen(ref_filename, "rb"); 101 FILE* test_fp = fopen(test_filename, "rb");
|
/external/chromium_org/third_party/webrtc/tools/frame_editing/ |
frame_editing_unittest.cc | 35 original_fid_ = fopen(reference_video_.c_str(), "rb"); 43 edited_fid_ = fopen(test_video_.c_str(), "rb");
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
main.c | 159 if((f = fopen(fileName, "rt")) == NULL){ 173 output = fopen(outputFileName, "wt");
|
/external/chromium_org/v8/src/ |
platform-solaris.cc | 101 FILE* file = fopen(name, "r+"); 115 FILE* file = fopen(name, "w+");
|
/external/compiler-rt/lib/profile/ |
InstrProfilingFile.c | 65 OutputFile = fopen(OutputName, "a"); 92 FILE *File = fopen(Filename, "w");
|
/external/deqp/framework/delibs/deimage/ |
deTarga.c | 35 file = fopen(fileName, "rb"); 137 file = fopen(fileName, "wb");
|
/external/e2fsprogs/lib/et/ |
error_message.c | 249 debug_f = fopen(fn, "a"); 251 debug_f = fopen("/dev/tty", "a");
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/ |
eclipse | |
/external/iproute2/ip/ |
ipmonitor.c | 181 fp = fopen(file, "r"); 183 perror("Cannot fopen");
|
ipmroute.c | 56 FILE *fp = fopen("/proc/net/ip_mr_vif", "r"); 83 FILE *fp = fopen("/proc/net/ip_mr_cache", "r");
|
rtmon.c | 150 fp = fopen(file, "w"); 152 perror("Cannot fopen");
|
/external/jpeg/ |
jconfig.doc | 143 /* By default, we open image files with fopen(...,"rb") or fopen(...,"wb").
|
jconfig.h | 144 /* By default, we open image files with fopen(...,"rb") or fopen(...,"wb").
|
/external/libcxx/include/ |
cstdio | 51 FILE* fopen(const char* restrict filename, const char* restrict mode); 135 using ::fopen;
|
/external/libopus/celt/ |
opus_custom_demo.c | 89 fin = fopen(inFile, "rb"); 96 fout = fopen(outFile, "wb+");
|
/external/libopus/doc/ |
trivial_example.c | 88 fin = fopen(inFile, "r"); 104 fout = fopen(outFile, "w");
|
/external/libopus/silk/ |
debug.c | 106 fp = fopen(file_name, "w"); 138 fp = fopen(file_name, "w");
|
/external/libopus/src/ |
repacketizer_demo.c | 99 fin = fopen(argv[argc-2], "r"); 105 fout = fopen(argv[argc-1], "w");
|
/external/libsepol/src/ |
genbools.c | 78 boolf = fopen(path, "r"); 111 boolf = fopen(localbools, "r");
|
/external/libvorbis/doc/vorbisfile/ |
ov_fopen.html | 23 for passing to fopen(). <tt>vf</tt> should be a pointer to an empty 55 <dd>Null terminated string containing a file path suitable for passing to <tt>fopen()</tt>.
|
/external/libvorbis/vq/ |
huffbuild.c | 105 file=fopen(infile,"r"); 156 file=fopen(buffer,"w");
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
util.c | 63 FILE *from_fp = fopen(from, "r"), *to_fp; 68 to_fp = fopen(to, "w");
|
/external/openssl/crypto/rc4/ |
rc4.c | 125 in=fopen(infile,"r"); 137 out=fopen(outfile,"w");
|
/external/oprofile/libop/ |
op_cpu_type.c | 131 fp = fopen("/proc/sys/dev/oprofile/cpu_type", "r"); 134 fp = fopen("/dev/oprofile/cpu_type", "r");
|
Completed in 607 milliseconds
<<11121314151617181920>>