Searched defs:write (Results 1 – 11 of 11) sorted by relevance
/build/make/tools/signapk/src/com/android/signapk/ |
D | CountingOutputStream.java | 39 public void write(byte[] b) throws IOException { in write() method in CountingOutputStream 45 public void write(byte[] b, int off, int len) throws IOException { in write() method in CountingOutputStream 51 public void write(int b) throws IOException { in write() method in CountingOutputStream
|
D | SignApk.java | 668 public void write(byte[] b) throws IOException { in write() method in SignApk.WholeFileSignerOutputStream 673 public void write(byte[] b, int off, int len) throws IOException { in write() method in SignApk.WholeFileSignerOutputStream 686 public void write(int b) throws IOException { in write() method in SignApk.WholeFileSignerOutputStream 743 public void write(OutputStream out) throws IOException { in write() method in SignApk.CMSSigner
|
/build/make/tools/zipalign/ |
D | ZipEntry.cpp | 471 status_t ZipEntry::LocalFileHeader::write(FILE* fp) in write() function in ZipEntry::LocalFileHeader 629 status_t ZipEntry::CentralDirEntry::write(FILE* fp) in write() function in ZipEntry::CentralDirEntry
|
D | ZipFile.cpp | 1364 status_t ZipFile::EndOfCentralDir::write(FILE* fp) in write() function in ZipFile::EndOfCentralDir
|
/build/soong/bpfix/cmd/ |
D | bpfix.go | 39 write = flag.Bool("w", false, "write result to (source) file instead of stdout") var
|
/build/make/tools/ |
D | post_process_props.py | 108 def write(self, f): member in PropFile
|
D | fat16copy.py | 126 def write(self, data): member in fat_file 438 def write(self, data): member in root_dentry_file
|
/build/blueprint/bpmodify/ |
D | bpmodify.go | 26 write = flag.Bool("w", false, "write result to (source) file instead of stdout") var
|
/build/soong/cc/ |
D | gen_stub_libs.py | 383 def write(self, versions): member in Generator
|
/build/soong/zip/ |
D | zip.go | 449 func (z *ZipWriter) write(f io.Writer, pathMappings []pathMapping, manifest string, emulateJar bool… func
|
/build/soong/finder/ |
D | finder_test.go | 81 func write(t *testing.T, path string, content string, filesystem *fs.MockFs) { func
|