Searched defs:write (Results 1 - 4 of 4) sorted by relevance

/build/tools/
H A Dpost_process_props.py61 def write(self, f): member in class:PropFile
62 f.write("\n".join(self.lines))
63 f.write("\n")
77 sys.stderr.write("bad command line: " + str(argv) + "\n")
81 properties.write(f)
/build/tools/zipalign/
H A DZipEntry.cpp469 status_t ZipEntry::LocalFileHeader::write(FILE* fp) function in class:ZipEntry::LocalFileHeader
488 /* write filename */
494 /* write "extra field" */
627 status_t ZipEntry::CentralDirEntry::write(FILE* fp) function in class:ZipEntry::CentralDirEntry
652 /* write filename */
658 /* write "extra field" */
664 /* write comment */
H A DZipFile.cpp73 return INVALID_OPERATION; // create requires write
408 pEntry->mLFH.write(mZipFp);
488 * We could write the "Data Descriptor", but there doesn't seem to
489 * be any point since we're going to go back and write the LFH.
509 * Go back and write the LFH.
515 pEntry->mLFH.write(mZipFp);
583 pEntry->mLFH.write(mZipFp);
738 * Compress all of the data in "srcFp" and write it to "dstFp".
839 /* write when we're full or when we're done */
847 ALOGD("write
1262 status_t ZipFile::EndOfCentralDir::write(FILE* fp) function in class:ZipFile::EndOfCentralDir
[all...]
/build/tools/signapk/
H A DSignApk.java313 outputJar.write(b, 0, read);
337 public void write(int b) throws IOException { method in class:SignApk.CountOutputStream
338 super.write(b);
343 public void write(byte[] b, int off, int len) throws IOException { method in class:SignApk.CountOutputStream
344 super.write(b, off, len);
369 manifest.write(print);
391 sf.write(cout);
398 cout.write('\r');
399 cout.write('\n');
403 /** Sign data and write th
498 public void write(byte[] b) throws IOException { method in class:SignApk.WholeFileSignerOutputStream
503 public void write(byte[] b, int off, int len) throws IOException { method in class:SignApk.WholeFileSignerOutputStream
516 public void write(int b) throws IOException { method in class:SignApk.WholeFileSignerOutputStream
558 public void write(OutputStream out) throws IOException { method in class:SignApk.CMSSigner
[all...]

Completed in 112 milliseconds