Home
last modified time | relevance | path

Searched defs:write (Results 1 – 20 of 20) sorted by relevance

/build/make/tools/signapk/src/com/android/signapk/
DCountingOutputStream.java39 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
DSignApk.java723 public void write(byte[] b) throws IOException { in write() method in SignApk.WholeFileSignerOutputStream
728 public void write(byte[] b, int off, int len) throws IOException { in write() method in SignApk.WholeFileSignerOutputStream
741 public void write(int b) throws IOException { in write() method in SignApk.WholeFileSignerOutputStream
798 public void write(OutputStream out) throws IOException { in write() method in SignApk.CMSSigner
/build/soong/cc/ndkstubgen/
D__init__.py39 def write(self, versions: Iterable[Version]) -> None: member in Generator
/build/make/tools/zipalign/
DZipEntry.cpp467 status_t ZipEntry::LocalFileHeader::write(FILE* fp) in write() function in android::ZipEntry::LocalFileHeader
625 status_t ZipEntry::CentralDirEntry::write(FILE* fp) in write() function in android::ZipEntry::CentralDirEntry
DZipFile.cpp1382 status_t ZipFile::EndOfCentralDir::write(FILE* fp) in write() function in android::ZipFile::EndOfCentralDir
/build/make/tools/product_config/src/com/android/build/config/
DMakeWriter.java32 public static void write(PrintStream out, GenericConfig config, int flags) { in write() method in MakeWriter
36 public static void write(PrintStream out, FlatConfig config, int flags) { in write() method in MakeWriter
/build/make/tools/
Dlist_files.py88 def write(self) -> None: member in FileLister
Dstub_diff_analyzer.py207 def write(self, lines: List[str]) -> None: member in FilesDiffAnalyzer
Dpost_process_props.py231 def write(self, filename): member in PropList
Dfat16copy.py126 def write(self, data): member in fat_file
438 def write(self, data): member in root_dentry_file
/build/soong/bpfix/cmd_lib/
Dbpfix.go39 write = flag.Bool("w", false, "write result to (source) file instead of stdout") var
/build/soong/cc/ndk_api_coverage_parser/
D__init__.py108 def write(self, versions): member in XmlGenerator
/build/soong/scripts/
Dconv_linker_config_test.py50 def write(self, name, contents): member in TempDirTest
/build/make/tools/sbom/
Dsbom_writers.py228 def write(sbom_doc, file, fragment=False): member in TagValueWriter
407 def write(sbom_doc, file): member in JSONWriter
/build/blueprint/bpmodify/cmd/
Dmain.go26 write = flag.Bool("w", false, "write result to (source) file instead of stdout") var
/build/make/tools/aconfig/aconfig_storage_file/src/
Dsip_hasher13.rs213 fn write(&mut self, msg: &[u8]) { in write() method
/build/make/tools/perf/
Dbenchmarks177 def write(self): member in FileSnapshot
/build/soong/android/
Dandroidmk.go695 func (a *AndroidMkEntries) write(w io.Writer) { func
1640 func (a *AndroidMkInfo) write(w io.Writer) { func
/build/soong/zip/
Dzip.go520 func (z *ZipWriter) write(f io.Writer, pathMappings []pathMapping, manifest string, func
/build/soong/mk2rbc/
Dmk2rbc.go367 func (gctx *generationContext) write(ss ...string) { func