/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) {
|
D | register.go | 31 func newFlateWriter(w io.Writer) io.WriteCloser {
|
/build/soong/apex/ |
D | androidmk.go | 39 func (a *apexBundle) androidMkForFiles(w io.Writer, apexBundleName, apexName, moduleDir string) []s… 266 func (a *apexBundle) writeRequiredModules(w io.Writer) {
|
/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 bool) status.S…
|
D | simple_status.go | 32 func NewSimpleStatusOutput(w io.Writer, formatter formatter) status.StatusOutput {
|
D | stdio.go | 47 func NewCustomStdio(stdin io.Reader, stdout, stderr io.Writer) StdioInterface {
|
D | smart_status.go | 61 func NewSmartStatusOutput(w io.Writer, formatter formatter) status.StatusOutput {
|
/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/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/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 | 114 func bytesToAsm(asm io.Writer, buf []byte) {
|
/build/soong/android/ |
D | androidmk.go | 492 func translateAndroidMkModule(ctx SingletonContext, w io.Writer, mod blueprint.Module) error { 512 func translateGoBinaryModule(ctx SingletonContext, w io.Writer, mod blueprint.Module, 544 func translateAndroidModule(ctx SingletonContext, w io.Writer, mod blueprint.Module, 588 func WriteAndroidMkData(w io.Writer, data AndroidMkData) { 608 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/soong/cmd/path_interposer/ |
D | main.go | 80 func Main(stdout, stderr io.Writer, interposer string, args []string, opts mainOpts) (int, error) {
|
/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,
|
/build/blueprint/ |
D | ninja_writer.go | 38 func newNinjaWriter(writer io.Writer) *ninjaWriter {
|
/build/soong/cmd/merge_zips/ |
D | merge_zips.go | 51 WriteToZip(dest string, zw *zip.Writer) error 150 func NewOutputZip(outputWriter *zip.Writer, sortEntries, emulateJar, stripDirEntries, ignoreDuplica… 532 func mergeZips(inputZips []InputZip, writer *zip.Writer, manifest, pyMain string,
|
/build/blueprint/bpmodify/ |
D | bpmodify.go | 57 func processFile(filename string, in io.Reader, out io.Writer) error {
|
/build/soong/zip/ |
D | zip.go | 52 io.Writer anonMember 270 func ZipTo(args ZipArgs, w io.Writer) error {
|
/build/soong/ui/tracer/ |
D | tracer.go | 86 type nopCloser struct{ io.Writer } anonMember
|
/build/soong/ui/logger/ |
D | logger.go | 151 func New(out io.Writer) *stdLogger {
|