| /external/chromium_org/third_party/openssl/openssl/apps/ |
| gendsa.c | 83 char *outfile=NULL; local 109 outfile= *(++argv); 233 if (outfile == NULL) 245 if (BIO_write_filename(out,outfile) <= 0) 247 perror(outfile);
|
| genpkey.c | 79 char **args, *outfile = NULL; local 143 outfile = *args; 224 if (outfile) 226 if (!(out = BIO_new_file (outfile, "wb"))) 229 "Can't open output file %s\n", outfile);
|
| pkcs8.c | 73 char **args, *infile = NULL, *outfile = NULL; local 199 outfile = *args; 257 if (outfile) 259 if (!(out = BIO_new_file (outfile, "wb"))) 262 "Can't open output file %s\n", outfile);
|
| dgst.c | 118 const char *outfile = NULL, *keyfile = NULL; local 169 outfile=*(++argv); 325 if(outfile) { 327 out = BIO_new_file(outfile, "wb"); 328 else out = BIO_new_file(outfile, "w"); 341 outfile ? outfile : "(stdout)");
|
| /external/chromium_org/v8/tools/testrunner/local/ |
| progress.py | 242 self.outfile = open(junitout, "w") 244 self.outfile = sys.stdout 252 self.outputter.FinishAndWrite(self.outfile) 253 if self.outfile != sys.stdout: 254 self.outfile.close()
|
| /external/emma/core/java12/com/vladium/emma/report/lcov/ |
| ReportGenerator.java | 107 File outFile = m_settings.getOutFile(); 108 if (outFile == null) 110 outFile = new File("coverage.lcov"); 111 m_settings.setOutFile(outFile); 114 final File fullOutFile = Files.newFile(m_settings.getOutDir(), outFile);
|
| /external/lzma/C/Util/SfxSetup/ |
| SfxSetup.c | 410 CSzFile outFile;
453 if (OutFile_OpenW(&outFile, path))
461 if (File_Write(&outFile, outBuffer + offset, &processedSize) != 0 || processedSize != outSizeProcessed)
473 SetFileTime(outFile.handle, NULL, NULL, &mTime);
478 SRes res2 = File_Close(&outFile);
|
| /external/openssl/apps/ |
| gendsa.c | 83 char *outfile=NULL; local 109 outfile= *(++argv); 233 if (outfile == NULL) 245 if (BIO_write_filename(out,outfile) <= 0) 247 perror(outfile);
|
| genpkey.c | 79 char **args, *outfile = NULL; local 143 outfile = *args; 224 if (outfile) 226 if (!(out = BIO_new_file (outfile, "wb"))) 229 "Can't open output file %s\n", outfile);
|
| pkcs8.c | 73 char **args, *infile = NULL, *outfile = NULL; local 199 outfile = *args; 257 if (outfile) 259 if (!(out = BIO_new_file (outfile, "wb"))) 262 "Can't open output file %s\n", outfile);
|
| dgst.c | 118 const char *outfile = NULL, *keyfile = NULL; local 169 outfile=*(++argv); 325 if(outfile) { 327 out = BIO_new_file(outfile, "wb"); 328 else out = BIO_new_file(outfile, "w"); 341 outfile ? outfile : "(stdout)");
|
| /frameworks/base/core/tests/coretests/src/android/os/storage/ |
| StorageManagerBaseTest.java | 225 * @param outFile A File representing the file we want to copy the OBB to 228 private void copyRawToFile(int rawResId, File outFile) throws NotFoundException { 237 FileUtils.setPermissions(outFile.getPath(), FileUtils.S_IRWXU | FileUtils.S_IRWXG 239 assertTrue(FileUtils.copyToFile(is, outFile)); 240 FileUtils.setPermissions(outFile.getPath(), FileUtils.S_IRWXU | FileUtils.S_IRWXG 252 File outFile = null; 255 outFile = new File(filesDir, name); 256 copyRawToFile(rawResId, outFile); 258 if (outFile != null) { 259 outFile.delete() [all...] |
| /external/yaffs2/yaffs2/utils/ |
| mkyaffsimage.c | 56 static int outFile; 239 error = write(outFile,data,512); 261 return write(outFile,&s,sizeof(yaffs_Spare)); 561 outFile = open(argv[2],O_CREAT | O_TRUNC | O_WRONLY, S_IREAD | S_IWRITE); 564 if(outFile < 0) 575 close(outFile); 589 close(outFile);
|
| /ndk/sources/host-tools/sed-4.2.1/sed/ |
| fmt.c | 167 static FILE *outfile; variable 212 outfile = output_file; 252 putc ('\n', outfile); 282 putc (c, outfile); 563 putc ('\n', outfile); 576 putc (*s++, outfile); 587 putc (' ', outfile);
|
| /external/emma/core/java12/com/vladium/emma/instr/ |
| InstrProcessorST.java | 181 File outFile = null; 190 outFile = new File (className.replace ('.', File.separatorChar).concat (".class")); 191 fullOutFile = getFullOutFile (null, outFile, IN_CLASSES); 199 // BUG_SF989071: using outFile here instead resulted in 212 if (log.atVERBOSE ()) log.verbose ("destination file [" + outFile + "] skipped: more recent than the source"); 252 outFile = new File (className.replace ('.', File.separatorChar).concat (".class")); 253 fullOutFile = getFullOutFile (null, outFile, IN_CLASSES); 560 final File outFile = getFullOutFile (pathDir, file, IN_CLASSES); 562 addJob (new FileWriteJob (outFile, data, mkdir)); [all...] |
| /external/qemu/tcg/ |
| tcg.c | 870 void tcg_dump_ops(TCGContext *s, FILE *outfile) 894 fprintf(outfile, "\n"); 895 fprintf(outfile, " ---- 0x%" PRIx64, pc); 909 fprintf(outfile, " %s ", def->name); 912 fprintf(outfile, "%s", 915 fprintf(outfile, ",$0x%" TCG_PRIlx, 918 fprintf(outfile, ",$%d", nb_oargs); 920 fprintf(outfile, ","); 921 fprintf(outfile, "%s", 925 fprintf(outfile, ","); [all...] |
| /external/srec/tools/grxmlcompile/ |
| grxmldoc.cpp | 1027 ofstream outfile; local 1080 outfile.open ( fileName.c_str() ); 1089 outfile << label << " " << index << std::endl; 1093 outfile.close(); 1099 ofstream outfile; local 1102 outfile.open ( fileName.c_str() ); 1104 outfile << index << " " << label << std::endl; 1107 outfile << index << " " << label << std::endl; 1109 outfile.close(); 1117 ofstream outfile; local [all...] |
| /external/skia/tools/ |
| filtermain.cpp | 25 SkDebugf("Usage: filter -i inFile [-o outFile] [--input-dir path] [--output-dir path]\n"); 28 SkDebugf(" -o outFile : result of filtering.\n"); 664 static int filter_picture(const SkString& inFile, const SkString& outFile) { 719 if (!outFile.isEmpty()) { 726 SkFILEWStream outStream(outFile.c_str()); 765 SkString inFile, outFile, inDir, outDir; 799 outFile.set(*argv); 823 sk_tools::make_filepath(&outFile, outDir, inputFilename); 826 filter_picture(inFile, outFile); 830 filter_picture(inFile, outFile); [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
| cmd.py | 354 def copy_file(self, infile, outfile, 361 infile, outfile, 367 def copy_tree(self, infile, outfile, 374 infile, outfile, 394 def make_file(self, infiles, outfile, func, args, 399 message printed if 'outfile' already exists and is newer than all 405 skip_msg = "skipping %s (inputs unchanged)" % outfile 416 (outfile, ', '.join(infiles)) 418 # If 'outfile' must be regenerated (either because it doesn't 421 if self.force or dep_util.newer_group(infiles, outfile) [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
| cmd.py | 354 def copy_file(self, infile, outfile, 361 infile, outfile, 367 def copy_tree(self, infile, outfile, 374 infile, outfile, 394 def make_file(self, infiles, outfile, func, args, 399 message printed if 'outfile' already exists and is newer than all 405 skip_msg = "skipping %s (inputs unchanged)" % outfile 416 (outfile, ', '.join(infiles)) 418 # If 'outfile' must be regenerated (either because it doesn't 421 if self.force or dep_util.newer_group(infiles, outfile) [all...] |
| /external/emma/tools/java/com/vladium/tools/ |
| ClassDep.java | 62 final File outFile = new File (args [1]); 85 final File parent = outFile.getParentFile (); 88 final FileOutputStream out = new FileOutputStream (outFile);
|
| /external/icu4c/extra/uconv/ |
| uconv.cpp | 566 FILE * outfile, int verbose); 589 FILE * outfile, int verbose) 1101 FILE *outfile; local [all...] |
| /frameworks/compile/libbcc/lib/ExecutionEngine/ |
| GDBJITRegistrar.cpp | 178 std::ofstream outfile(Filename.c_str(), std::ofstream::binary); 179 outfile.write((char*)JITCodeEntry->symfile_addr, JITCodeEntry->symfile_size); 180 outfile.close();
|
| /hardware/invensense/65xx/libsensors_iio/ |
| MPLSupport.cpp | 237 void dump_dmp_img(const char *outFile) 250 LOGI("HAL DEBUG:write to %s", outFile); 252 read_dmp_img(dmp_path, (char *)outFile);
|
| /cts/tools/cfassembler/src/dxconvext/ |
| ClassFileParser.java | 80 // write the outfile to the same directory as the corresponding .java 82 String outFile = absSrcFilePath.substring(0, absSrcFilePath 86 w = new OutputStreamWriter(new FileOutputStream(new File(outFile))); 88 throw new RuntimeException("cannot write to file:"+outFile, e);
|