/build/soong/third_party/zip/ |
D | writer.go | 19 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 …]
|
D | writer_test.go | 143 func testCreate(t *testing.T, w *Writer, wt *WriteTest) {
|
/build/soong/apex/ |
D | androidmk.go | 76 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/ |
D | util.go | 25 func isSmartTerminal(w io.Writer) bool { 41 func termSize(w io.Writer) (width int, height int, ok bool) {
|
D | status.go | 29 func NewStatusOutput(w io.Writer, statusFormat string, forceSimpleOutput, quietBuild, forceKeepANSI…
|
D | simple_status.go | 34 func NewSimpleStatusOutput(w io.Writer, formatter formatter, keepANSI bool, quietBuild bool) status…
|
D | stdio.go | 47 func NewCustomStdio(stdin io.Reader, stdout, stderr io.Writer) StdioInterface {
|
/build/soong/bpfix/cmd_lib/ |
D | bpfix.go | 52 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/ |
D | bpfmt.go | 50 func processFile(filename string, out io.Writer) error { 60 func processReader(filename string, in io.Reader, out io.Writer) error {
|
/build/soong/symbol_inject/ |
D | symbol_inject.go | 54 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/ |
D | main.go | 137 func bytesToAsm(asm io.Writer, buf []byte) {
|
/build/make/tools/compliance/cmd/listshare/ |
D | listshare.go | 131 func listShare(stdout, stderr io.Writer, rootFS fs.FS, files ...string) error {
|
/build/soong/response/ |
D | response.go | 92 func WriteRspFile(w io.Writer, files []string) error {
|
/build/make/tools/canoninja/ |
D | canoninja.go | 17 func Generate(path string, buffer []byte, sink io.Writer) error {
|
/build/make/tools/compliance/cmd/checkshare/ |
D | checkshare.go | 149 func checkShare(stdout, stderr io.Writer, rootFS fs.FS, files ...string) error {
|
/build/soong/cmd/run_with_timeout/ |
D | run_with_timeout.go | 91 stdin io.Reader, stdout, stderr io.Writer) error {
|
/build/soong/android/ |
D | androidmk.go | 749 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/ |
D | modify.go | 98 func (list *PatchList) Apply(in io.ReaderAt, out io.Writer) error {
|
/build/soong/ui/build/ |
D | context.go | 38 Writer io.Writer member
|
/build/make/tools/compliance/cmd/rtrace/ |
D | rtrace.go | 183 func traceRestricted(ctx *context, stdout, stderr io.Writer, rootFS fs.FS, files ...string) (*compl…
|
/build/soong/cmd/path_interposer/ |
D | main.go | 80 func Main(stdout, stderr io.Writer, interposer string, args []string, opts mainOpts) (int, error) {
|
/build/make/tools/compliance/cmd/dumpgraph/ |
D | dumpgraph.go | 173 func dumpGraph(ctx *context, stdout, stderr io.Writer, rootFS fs.FS, files ...string) error {
|
/build/make/tools/compliance/cmd/dumpresolutions/ |
D | dumpresolutions.go | 186 func dumpResolutions(ctx *context, stdout, stderr io.Writer, rootFS fs.FS, files ...string) (*compl…
|
/build/soong/cmd/javac_wrapper/ |
D | javac_wrapper.go | 63 func Main(out io.Writer, name string, args []string) (int, error) {
|
/build/soong/cmd/zip2zip/ |
D | zip2zip.go | 113 func zip2zip(reader *zip.Reader, writer *zip.Writer, sortOutput, sortJava, setTime bool,
|