/build/blueprint/parser/ |
D | ast.go | 65 func (m *Module) Copy() *Module { func 69 ret.Properties[i] = m.Properties[i].Copy() 97 func (p *Property) Copy() *Property { func 99 ret.Value = p.Value.Copy() 116 Copy() Expression methodSpec 196 func (x *Operator) Copy() Expression { func 198 ret.Args[0] = x.Args[0].Copy() 199 ret.Args[1] = x.Args[1].Copy() 228 func (x *Variable) Copy() Expression { func 252 func (x *Map) Copy() Expression { func [all …]
|
D | modify.go | 102 written, err := io.Copy(out, io.NewSectionReader(in, offset, toWrite)) 118 _, err := io.Copy(out, io.NewSectionReader(in, offset, math.MaxInt64-offset))
|
D | parser.go | 356 value = e1.Copy()
|
/build/soong/ui/build/ |
D | util.go | 145 return io.Copy(destination, source) 166 _, err = io.Copy(gz, in)
|
D | environment.go | 107 func (e *Environment) Copy() *Environment { func
|
D | exec.go | 45 Environment: config.Environment().Copy(),
|
/build/soong/symbol_inject/ |
D | symbol_inject.go | 103 _, err = io.Copy(w, io.NewSectionReader(r, 0, int64(offset))) 113 _, err = io.Copy(w, io.NewSectionReader(r, pos, 1<<63-1-pos))
|
/build/make/tools/docker/ |
D | README.md | 7 # Copy your host gitconfig, or create a stripped down version
|
/build/blueprint/gotestrunner/ |
D | gotestrunner.go | 47 io.Copy(os.Stdout, reader)
|
/build/soong/cmd/zipsync/ |
D | zipsync.go | 47 _, err = io.Copy(out, in)
|
/build/soong/cmd/diff_target_files/ |
D | zip_artifact.go | 127 _, err = io.Copy(w, r)
|
/build/soong/ui/status/ |
D | kati.go | 133 io.Copy(&buf, pipe)
|
/build/soong/cmd/fileslist/ |
D | fileslist.go | 75 if _, err := io.Copy(h, f); err != nil {
|
/build/soong/zip/ |
D | zip.go | 571 _, err := io.Copy(currentWriter, reader) 805 _, err := io.Copy(crc, r) 851 _, err = io.Copy(fw, r) 867 _, err := io.Copy(crc, r)
|
D | zip_test.go | 462 len, err := io.Copy(crc, r)
|
/build/soong/ui/tracer/ |
D | tracer.go | 150 if _, err := io.Copy(t.w, &t.buf); err != nil {
|
/build/soong/third_party/zip/ |
D | android.go | 54 io.Copy(w.cw, io.NewSectionReader(orig.zipr, dataOffset, int64(orig.CompressedSize64)))
|
D | reader_test.go | 409 _, err = io.Copy(&b, r) 777 n, err := io.Copy(ioutil.Discard, r)
|
/build/soong/cmd/zip2zip/ |
D | zip2zip.go | 236 _, err = io.Copy(zw, zr)
|
/build/blueprint/proptools/ |
D | clone.go | 75 reflect.Copy(newSlice, srcFieldValue)
|
/build/make/ |
D | Usage.txt | 65 dist Copy into ${DIST_DIR} the portion of the build
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 135 _, err = io.Copy(toFile, fromFile)
|
/build/soong/cmd/extract_apks/ |
D | main.go | 430 _, err := io.Copy(outFile, inputReader)
|
/build/blueprint/microfactory/ |
D | microfactory.go | 430 _, err = io.Copy(hash, f)
|
/build/soong/cmd/merge_zips/ |
D | merge_zips.go | 719 offset, err = io.Copy(outputZip, prefixFile)
|