HomeSort by relevance Sort by last modified time
    Searched refs:fopen (Results 176 - 200 of 1644) sorted by null

1 2 3 4 5 6 78 91011>>

  /device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
GnuGenBootSector.c 150 f = fopen (LongFilePath (PathInfo->Path),"r");
164 f = fopen (LongFilePath (PathInfo->Path), "r");
208 InputFile = fopen (LongFilePath (InputInfo->PhysicalPath), "r");
232 OutputFile = fopen (LongFilePath (OutputInfo->PhysicalPath), "r+");
234 OutputFile = fopen (LongFilePath (OutputInfo->PhysicalPath), "w");
  /external/autotest/client/profilers/powertop/src/
urbnum.c 74 file = fopen(fullpath, "r");
81 file = fopen(fullpath, "r");
101 file = fopen(fullpath, "r");
108 file = fopen(fullpath, "r");
150 file = fopen(filename, "r");
wireless.c 66 file = fopen(rfkill_path, "r");
86 file = fopen(rfkill_path, "r");
151 file = fopen(powersave_path, "r");
281 file = fopen(powersave_path, "w");
291 file = fopen(rfkill_path, "w");
  /external/ltp/lib/
safe_file_ops.c 84 f = fopen(path, "r");
139 f = fopen(path, "r");
198 fp = fopen(path, "r");
233 f = fopen(path, "w");
278 f = fopen(path, "w");
  /external/brotli/research/
draw_diff.cc 95 FILE* fimage1 = fopen(argv[1], "rb");
99 FILE* fimage2 = fopen(argv[2], "rb");
112 FILE* fdiff = fopen(argv[3], "wb");
  /external/libxkbcommon/xkbcommon/src/compose/
table.c 179 file = fopen(cpath, "r");
186 file = fopen(path, "r");
195 file = fopen(path, "r");
  /external/llvm/lib/Fuzzer/afl/
afl_driver.cpp 186 extra_stats_file = fopen(extra_stats_filename, "r");
200 extra_stats_file = fopen(extra_stats_filename, "w");
205 extra_stats_file = fopen(extra_stats_filename, "w+");
  /external/protobuf/src/google/protobuf/testing/
file.cc 67 FILE* file = fopen(name.c_str(), "rb");
86 FILE* file = fopen(name.c_str(), "wb");
88 GOOGLE_LOG(ERROR) << "fopen(" << name << ", \"wb\"): " << strerror(errno);
104 FILE* file = fopen(name.c_str(), "wb");
106 << "fopen(" << name << ", \"wb\"): " << strerror(errno);
  /external/python/cpython2/Parser/
pgenmain.c 52 fp = fopen(graminit_c, "w");
61 fp = fopen(graminit_h, "w");
83 fp = fopen(filename, "r");
  /external/python/cpython3/Parser/
pgenmain.c 64 fp = fopen(graminit_c, "w");
73 fp = fopen(graminit_h, "w");
95 fp = fopen(filename, "r");
  /external/selinux/secilc/
secil2conf.c 131 file = fopen(argv[i], "r");
170 file = fopen("policy.conf", "w");
172 file = fopen(output, "w");
  /external/skia/src/ports/
SkOSFile_stdio.cpp 42 return fopen(utf8path, perm);
83 file = fopen(path, perm);
90 file = fopen(bundlePath.c_str(), perm);
96 SkDEBUGF("sk_fopen: fopen(\"%s\", \"%s\") returned nullptr (errno:%d): %s\n",
  /external/skqp/src/ports/
SkOSFile_stdio.cpp 42 return fopen(utf8path, perm);
83 file = fopen(path, perm);
90 file = fopen(bundlePath.c_str(), perm);
96 SkDEBUGF("sk_fopen: fopen(\"%s\", \"%s\") returned nullptr (errno:%d): %s\n",
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
ReleaseTest-API.cc 107 fy = fopen("bit_rate.dat", "w");
109 fy = fopen("bytes_frames.dat", "w");
300 plFile = fopen(argv[i + 1], "rb");
320 fp_gns = fopen(gns_file, "rb");
335 f_bn = fopen(bottleneck_file, "rb");
353 * fid = fopen('bottleneck.txt', 'wb');
413 if ((inp = fopen(inname, "rb")) == NULL) {
419 if ((outp = fopen(outname, "wb")) == NULL) {
426 if ((vadp = fopen(vadfile, "rb")) == NULL) {
433 if ((bandwidthp = fopen("bwe.pcm", "wb")) == NULL)
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
RTPjitter.cc 100 FILE* in_file=fopen(argv[1],"rb");
103 FILE* dat_file=fopen(argv[2],"rb");
106 FILE* out_file=fopen(argv[3],"wb");
  /external/zlib/src/contrib/minizip/
ioapi.h 16 Oct-2009 - Defined fxxxx64 calls to normal fopen/ftell/fseek so they would compile on windows.
49 #define fopen64 fopen
54 #define fopen64 fopen
59 #define fopen64 fopen
  /bionic/benchmarks/
stdio_benchmark.cpp 32 FILE* fp = fopen(tf.path, "we");
41 FILE* fp = fopen("/dev/zero", "r+e");
85 FILE* fp = fopen(tf.path, "re");
110 FILE* fp = fopen(tf.path, "re");
132 FILE* fp = fopen(tf.path, "re");
156 FILE* fp = fopen("/dev/zero", "re");
  /external/libcap-ng/libcap-ng-0.7/utils/
netcap.c 112 sf = fopen(buf, "rte");
257 f = fopen(proc, "rte");
291 f = fopen(proc, "rte");
325 f = fopen(proc, "rte");
363 f = fopen("/proc/net/dev", "rte");
395 f = fopen("/proc/net/packet", "rte");
  /external/lz4/examples/
frameCompress.c 345 { FILE* const inpFp = fopen(inpFilename, "rb");
346 FILE* const outFp = fopen(lz4Filename, "wb");
366 { FILE* const inpFp = fopen(lz4Filename, "rb");
367 FILE* const outFp = fopen(decFilename, "wb");
383 { FILE* const inpFp = fopen(inpFilename, "rb");
384 FILE* const decFp = fopen(decFilename, "rb");
  /external/speex/libspeexdsp/
echo_diagnostic.m 10 F=fopen(rec_file,'rb');
13 F=fopen(play_file,'rb');
70 F=fopen(out_file,'w');
  /external/webrtc/webrtc/tools/agc/
activity_metric.cc 169 FILE* pcm_fid = fopen(argv[1], "rb");
179 true_vad_fid = fopen(FLAGS_true_vad.c_str(), "rb");
190 results_fid = fopen(FLAGS_result.c_str(), "r");
198 results_fid = fopen(FLAGS_result.c_str(), "a");
211 video_vad_fid = fopen(FLAGS_video_vad.c_str(), "rb");
220 audio_content_fid = fopen(FLAGS_audio_content.c_str(), "wb");
  /device/google/contexthub/lib/nanohub/
nanoapp.c 48 FILE *f = fopen(fileName, "rb");
70 FILE *f = fopen(fileName, "rb");
  /device/linaro/bootloader/edk2/BeagleBoardPkg/Tools/
replace.c 65 In = fopen (argv[1], "r");
75 Out = fopen (argv[2], "w+");
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ModifyInf/
ModifyInf.c 317 fpin = fopen (argv[1], "rb");
323 fpout = fopen (argv[2], "wb");
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
gethostbyht.c 95 hostf = fopen(_PATH_HOSTS, "r" );
117 if (!hostf && ( NULL == (hostf = fopen(_PATH_HOSTS, "r" )))) {

Completed in 1112 milliseconds

1 2 3 4 5 6 78 91011>>