HomeSort by relevance Sort by last modified time
    Searched full:fopen (Results 151 - 175 of 2179) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/qemu/distrib/jpeg-6b/
jmemname.c 29 #ifdef DONT_USE_B_MODE /* define mode parameters for fopen() */
103 if ((tfile = fopen(fname, READ_BINARY)) == NULL) {
104 /* fopen could have failed for a reason other than the file not
251 if ((info->temp_file = fopen(info->temp_name, RW_BINARY)) == NULL)
  /external/sepolicy/tools/
checkfc.c 67 fp = fopen(sepolicyFile, "r");
  /external/sfntly/cpp/src/test/
chrome_subsetter.cc 56 output_file = fopen(kOutputFileName, "wb");
  /external/tremolo/Tremolo/
misc.c 120 out=fopen(buffer,"a");
128 out=fopen("total"_VDBG_GRAPHFILE,"a");
147 FILE *out=fopen("total"_VDBG_GRAPHFILE,"a");
168 out=fopen(buffer,"a");
  /external/webrtc/src/system_wrappers/source/
data_log_unittest_disabled.cc 54 ASSERT_EQ(NULL, fopen(kDataLogFileName, "r"));
  /external/webrtc/test/testsupport/
frame_reader.cc 37 input_file_ = fopen(input_filename_.c_str(), "rb");
frame_reader_unittest.cc 34 FILE* dummy = fopen(kInputFilename.c_str(), "wb");
  /frameworks/compile/libbcc/bcinfo/Wrap/
file_wrapper_input.cpp 24 _file = fopen(name, "rb");
  /frameworks/wilhelm/tools/mphtogen/
mphtogen.c 27 FILE *fp = fopen(filename, "w");
  /system/core/libcutils/
cpu_info.c 37 file = fopen("proc/cpuinfo", "r");
  /system/core/toolbox/
df.c 53 FILE *f = fopen("/proc/mounts", "r");
umount.c 38 f = fopen("/proc/mounts", "r");
  /external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
file.cc 67 FILE* file = fopen(name.c_str(), "rb");
86 FILE* file = fopen(name.c_str(), "wb");
88 << "fopen(" << name << ", \"wb\"): " << strerror(errno);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
genmodule.c 85 in = fopen(inc->filename, "rt");
171 out = fopen(outfile, "wt");
181 in = fopen(argv[1], "rt");
  /external/chromium_org/third_party/zlib/contrib/minizip/
ioapi.h 16 Oct-2009 - Defined fxxxx64 calls to normal fopen/ftell/fseek so they would compile on windows.
48 #define fopen64 fopen
53 #define fopen64 fopen
  /external/clang/test/Analysis/
taint-tester.c 97 if((fp=fopen("test", "w")) == 0) // expected-warning + {{tainted}}
102 // Test fscanf and fopen.
103 if((fp=fopen("test","r")) == 0) // expected-warning + {{tainted}}
  /external/dropbear/libtomcrypt/demos/
tv_gen.c 122 out = fopen("hash_tv.txt", "w");
164 out = fopen("cipher_tv.txt", "w");
238 out = fopen("hmac_tv.txt", "w");
290 out = fopen("omac_tv.txt", "w");
345 out = fopen("pmac_tv.txt", "w");
401 out = fopen("eax_tv.txt", "w");
461 out = fopen("ocb_tv.txt", "w");
525 out = fopen("ccm_tv.txt", "w");
587 out = fopen("gcm_tv.txt", "w");
643 out = fopen("base64_tv.txt", "w")
    [all...]
  /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 << "fopen(" << name << ", \"wb\"): " << strerror(errno);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
Isac_test.cc 117 if( (pInFile = fopen(inFile,"rb")) == NULL ) {
138 if( (pChcFile = fopen(chcFile,"rb")) == NULL ) {
149 if( (pOutFile = fopen(outFile,"wb")) == NULL ) {
kenny.c 154 fy = fopen("bit_rate.dat", "w");
156 fy = fopen("bytes_frames.dat", "w");
326 plFile = fopen( argv[i+1], "rb" );
346 fp_gns = fopen(gns_file, "rb");
386 f_bn = fopen(bottleneck_file, "rb");
404 * fid = fopen('bottleneck.txt', 'wb');
430 if ((inp = fopen(inname,"rb")) == NULL) {
434 if ((outp = fopen(outname,"wb")) == NULL) {
439 if ((outbits = fopen(outbitsname,"wb")) == NULL) {
450 if ( (seedfile = fopen(SEED_FILE, "a+t") ) == NULL )
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/rand/
randfile.c 96 /* This declaration is a nasty hack to get around vms' extension to fopen
99 (FILE *(*)(const char *, const char *, ...))fopen;
139 in=fopen(file,"rb");
225 * fopen() calls below, openssl/VMS now shares the top-level
243 out = fopen(file,"wb");
  /external/clang/lib/StaticAnalyzer/Checkers/
SimpleStreamChecker.cpp 10 // Defines a checker for proper use of fopen/fclose APIs.
13 // - If a file was opened with fopen, it must be closed with fclose before
75 /// Process fopen.
176 // If a symbol is NULL, assume that fopen failed on this path.
281 IIfopen = &Ctx.Idents.get("fopen");
  /external/openssl/crypto/rand/
randfile.c 96 /* This declaration is a nasty hack to get around vms' extension to fopen
99 (FILE *(*)(const char *, const char *, ...))fopen;
139 in=fopen(file,"rb");
225 * fopen() calls below, openssl/VMS now shares the top-level
243 out = fopen(file,"wb");
  /system/extras/latencytop/
latencytop.c 179 f = fopen(GLOBAL_STATS_FILE, "w");
188 f = fopen(GLOBAL_STATS_FILE, "r");
239 f = fopen(filename, "w");
253 f = fopen(GLOBAL_STATS_FILE, "r");
310 f = fopen(SYSCTL_FILE, "w");
  /hardware/qcom/audio/legacy/alsa_sound/
AudioStreamInALSA.cpp 103 //otherwise, fopen may fail.
105 mFp_4ch = fopen("/data/4ch_ssr.pcm", "wb");
107 mFp_6ch = fopen("/data/6ch_ssr.pcm", "wb");
776 if ( (flt1r = fopen(SURROUND_FILE_1R, "rb")) == NULL ) {
781 if ( (flt2r = fopen(SURROUND_FILE_2R, "rb")) == NULL ) {
786 if ( (flt3r = fopen(SURROUND_FILE_3R, "rb")) == NULL ) {
791 if ( (flt4r = fopen(SURROUND_FILE_4R, "rb")) == NULL ) {
796 if ( (flt1i = fopen(SURROUND_FILE_1I, "rb")) == NULL ) {
801 if ( (flt2i = fopen(SURROUND_FILE_2I, "rb")) == NULL ) {
806 if ( (flt3i = fopen(SURROUND_FILE_3I, "rb")) == NULL )
    [all...]

Completed in 485 milliseconds

1 2 3 4 5 67 8 91011>>