Home
last modified time | relevance | path

Searched refs:copyAndInject (Results 1 – 2 of 2) sorted by relevance

/build/soong/symbol_inject/
Dsymbol_inject.go82 return copyAndInject(file.r, w, offset, buf)
98 return copyAndInject(file.r, w, offset, buf)
101 func copyAndInject(r io.ReaderAt, w io.Writer, offset uint64, buf []byte) (err error) { func
Dsymbol_inject_test.go51 copyAndInject(in, out, testCase.offset, []byte(testCase.buf))