Home
last modified time | relevance | path

Searched defs:Writer (Results 1 – 25 of 38) sorted by relevance

12

/build/soong/third_party/zip/
Dwriter.go19 type Writer struct { struct
20 cw *countWriter
21 dir []*header
22 last *fileWriter
23 closed bool
24 compressors map[uint16]Compressor
33 func NewWriter(w io.Writer) *Writer {
41 func (w *Writer) SetOffset(n int64) {
50 func (w *Writer) Flush() error {
56 func (w *Writer) Close() error {
[all …]
Dwriter_test.go143 func testCreate(t *testing.T, w *Writer, wt *WriteTest) {
/build/soong/apex/
Dandroidmk.go76 func (a *apexBundle) androidMkForFiles(w io.Writer, apexBundleName, apexName, moduleDir string,
312 func (a *apexBundle) writeRequiredModules(w io.Writer, moduleNames []string) {
427 func distCoverageFiles(w io.Writer, dir string, distfile string) {
/build/soong/ui/terminal/
Dutil.go25 func isSmartTerminal(w io.Writer) bool {
41 func termSize(w io.Writer) (width int, height int, ok bool) {
Dstatus.go29 func NewStatusOutput(w io.Writer, statusFormat string, forceSimpleOutput, quietBuild, forceKeepANSI…
Dsimple_status.go34 func NewSimpleStatusOutput(w io.Writer, formatter formatter, keepANSI bool, quietBuild bool) status…
Dstdio.go47 func NewCustomStdio(stdin io.Reader, stdout, stderr io.Writer) StdioInterface {
/build/soong/bpfix/cmd_lib/
Dbpfix.go52 func openAndProcess(filename string, out io.Writer, fixRequest bpfix.FixRequest) error {
62 func processFile(filename string, in io.Reader, out io.Writer, fixRequest bpfix.FixRequest) error {
/build/blueprint/bpfmt/
Dbpfmt.go50 func processFile(filename string, out io.Writer) error {
60 func processReader(filename string, in io.Reader, out io.Writer) error {
/build/soong/symbol_inject/
Dsymbol_inject.go54 func InjectStringSymbol(file *File, w io.Writer, symbol, value, from string) error {
85 func InjectUint64Symbol(file *File, w io.Writer, symbol string, value uint64) error {
101 func copyAndInject(r io.ReaderAt, w io.Writer, offset uint64, buf []byte) (err error) {
/build/soong/cmd/extract_linker/
Dmain.go137 func bytesToAsm(asm io.Writer, buf []byte) {
/build/make/tools/compliance/cmd/listshare/
Dlistshare.go131 func listShare(stdout, stderr io.Writer, rootFS fs.FS, files ...string) error {
/build/soong/response/
Dresponse.go92 func WriteRspFile(w io.Writer, files []string) error {
/build/make/tools/canoninja/
Dcanoninja.go17 func Generate(path string, buffer []byte, sink io.Writer) error {
/build/make/tools/compliance/cmd/checkshare/
Dcheckshare.go149 func checkShare(stdout, stderr io.Writer, rootFS fs.FS, files ...string) error {
/build/soong/cmd/run_with_timeout/
Drun_with_timeout.go91 stdin io.Reader, stdout, stderr io.Writer) error {
/build/soong/android/
Dandroidmk.go749 func translateAndroidMkModule(ctx SingletonContext, w io.Writer, mod blueprint.Module) error {
773 func translateGoBinaryModule(ctx SingletonContext, w io.Writer, mod blueprint.Module,
811 func translateAndroidModule(ctx SingletonContext, w io.Writer, mod blueprint.Module,
879 func WriteAndroidMkData(w io.Writer, data AndroidMkData) {
899 func translateAndroidMkEntriesModule(ctx SingletonContext, w io.Writer, mod blueprint.Module,
/build/blueprint/parser/
Dmodify.go98 func (list *PatchList) Apply(in io.ReaderAt, out io.Writer) error {
/build/soong/ui/build/
Dcontext.go38 Writer io.Writer member
/build/make/tools/compliance/cmd/rtrace/
Drtrace.go183 func traceRestricted(ctx *context, stdout, stderr io.Writer, rootFS fs.FS, files ...string) (*compl…
/build/soong/cmd/path_interposer/
Dmain.go80 func Main(stdout, stderr io.Writer, interposer string, args []string, opts mainOpts) (int, error) {
/build/make/tools/compliance/cmd/dumpgraph/
Ddumpgraph.go173 func dumpGraph(ctx *context, stdout, stderr io.Writer, rootFS fs.FS, files ...string) error {
/build/make/tools/compliance/cmd/dumpresolutions/
Ddumpresolutions.go186 func dumpResolutions(ctx *context, stdout, stderr io.Writer, rootFS fs.FS, files ...string) (*compl…
/build/soong/cmd/javac_wrapper/
Djavac_wrapper.go63 func Main(out io.Writer, name string, args []string) (int, error) {
/build/soong/cmd/zip2zip/
Dzip2zip.go113 func zip2zip(reader *zip.Reader, writer *zip.Writer, sortOutput, sortJava, setTime bool,

12