HomeSort by relevance Sort by last modified time
    Searched refs:fopen (Results 101 - 125 of 2098) sorted by null

1 2 3 45 6 7 8 91011>>

  /bootable/recovery/
recovery-persist.cpp 62 FILE* dest_fp = fopen(destination, "we");
66 FILE* source_fp = fopen(source, "re");
123 FILE* fp = fopen(mounts_file, "re");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
pgenmain.c 52 fp = fopen(graminit_c, "w");
61 fp = fopen(graminit_h, "w");
82 fp = fopen(filename, "r");
  /external/libunwind/tests/
crasher.c 21 FILE *maps = fopen("/proc/self/maps", "r");
22 FILE *out = fopen(fname, "w");
53 out = fopen(fname, "w");
  /external/libxaac/test/
ixheaacd_fileifc.c 51 transport->inputFile = fopen(fileName, "rb");
60 transport->inputFile = fopen(fileName, "rb");
75 transport->inputFile = fopen(fileName, "rb");
  /external/python/cpython2/Parser/
pgenmain.c 52 fp = fopen(graminit_c, "w");
61 fp = fopen(graminit_h, "w");
82 fp = fopen(filename, "r");
  /external/webrtc/webrtc/modules/audio_coding/codecs/g711/test/
testG711.cc 96 if ((bitp = fopen(bitname, "wb")) == NULL) {
102 if ((inp = fopen(inname, "rb")) == NULL) {
106 if ((outp = fopen(outname, "wb")) == NULL) {
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/test/
testG722.cc 92 if ((inp = fopen(inname,"rb")) == NULL) {
96 if ((outbitp = fopen(outbit,"wb")) == NULL) {
100 if ((outp = fopen(outname,"wb")) == NULL) {
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
RTPchange.cc 27 FILE* in_file = fopen(argv[1], "rb");
34 FILE* stat_file = fopen(argv[2], "rt");
41 FILE* out_file = fopen(argv[3], "wb");
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
file_before_streaming_test.cc 44 FILE* input_file = fopen(input_filename_.c_str(), "wb");
61 FILE* output_file = fopen(output_filename_.c_str(), "rb");
84 FILE* output_file = fopen(output_filename_.c_str(), "rb");
  /toolchain/binutils/binutils-2.27/libiberty/testsuite/
test-pexecute.c 303 if (fopen ("temp.x", "r") != NULL || fopen ("temp.y", "r") != NULL)
321 if (fopen ("temp.x", "r") != NULL || fopen ("temp.y", "r") != NULL)
338 e = fopen ("temp.x", "r");
340 FATAL_ERROR ("fopen temp.x failed in copy temp", errno);
343 e = fopen ("temp.y", "r");
345 FATAL_ERROR ("fopen temp.y failed in copy temp", errno);
367 if (fopen ("temp.x", "r") != NULL || fopen ("temp.y", "r") != NULL
    [all...]
  /external/boringssl/src/tool/
generate_ed25519.cc 39 ScopedFILE file(fopen(path.c_str(), "wb"));
  /external/brotli/c/fuzz/
run_decode_fuzzer.cc 22 FILE* f = fopen(argv[1], "r");
  /external/compiler-rt/test/profile/
instrprof-merge.c 16 FILE *File = fopen(FileN, "w");
  /external/curl/docs/examples/
fileupload.c 39 fd = fopen("debugit", "rb"); /* open file to upload */
ftpget.c 41 out->stream = fopen(out->filename, "wb");
url2file.c 67 pagefile = fopen(pagefilename, "wb");
  /external/e2fsprogs/tests/progs/
crcsum.c 50 f = fopen(argv[optind], "r");
  /external/expat/xmlwf/
xmltchar.h 60 # define tfopen fopen
  /external/freetype/src/tools/ftfuzzer/
runinput.cc 40 FILE* f = fopen( argv[i], "r" );
  /external/google-breakpad/src/client/mac/handler/testcases/
breakpad_nlist_test.cc 58 FILE *fd = fopen("/tmp/dyld-namelist.txt", "rt");
  /external/icu/icu4c/source/tools/gentest/
genres32.c 63 out = fopen(file, "w");
  /external/libexif/contrib/examples/
thumbnail.c 46 thumb = fopen(thumb_name, "wb");
  /external/libnl/src/
nl-list-sockets.c 21 fd = fopen(PROC_NETLINK, "r");
23 perror("fopen");
  /external/libpcap/msdos/
bin2c.c 25 if ((inFile = fopen(argv[1],"rb")) == NULL)
  /external/linux-kselftest/tools/testing/selftests/bpf/
bpf_util.h 18 fp = fopen(fcpu, "r");

Completed in 1613 milliseconds

1 2 3 45 6 7 8 91011>>