Home
last modified time | relevance | path

Searched refs:ReaderAt (Results 1 – 8 of 8) sorted by relevance

/build/soong/symbol_inject/
Dsymbol_inject.go31 func OpenFile(r io.ReaderAt) (*File, error) { argument
101 func copyAndInject(r io.ReaderAt, w io.Writer, offset uint64, buf []byte) (err error) { argument
164 r io.ReaderAt
183 func DumpSymbols(r io.ReaderAt) error { argument
Dmacho.go25 func machoSymbolsFromFile(r io.ReaderAt) (*File, error) { argument
72 func dumpMachoSymbols(r io.ReaderAt) error { argument
Dpe.go25 func peSymbolsFromFile(r io.ReaderAt) (*File, error) { argument
76 func dumpPESymbols(r io.ReaderAt) error { argument
Delf.go58 func elfSymbolsFromFile(r io.ReaderAt) (*File, error) { argument
131 func dumpElfSymbols(r io.ReaderAt) error { argument
/build/soong/third_party/zip/
Dreader.go25 r io.ReaderAt
39 zipr io.ReaderAt
70 func NewReader(r io.ReaderAt, size int64) (*Reader, error) { argument
78 func (z *Reader) init(r io.ReaderAt, size int64) error {
389 func readDirectoryEnd(r io.ReaderAt, size int64) (dir *directoryEnd, err error) { argument
448 func findDirectory64End(r io.ReaderAt, directoryEndOffset int64) (int64, error) { argument
473 func readDirectory64End(r io.ReaderAt, offset int64, d *directoryEnd) (err error) { argument
Dreader_test.go23 Source func() (r io.ReaderAt, size int64) // if non-nil, used instead of testdata/<Name> file
474 func messWith(fileName string, corrupter func(b []byte)) (r io.ReaderAt, size int64) {
483 func returnCorruptCRC32Zip() (r io.ReaderAt, size int64) {
490 func returnCorruptNotStreamedZip() (r io.ReaderAt, size int64) {
547 func returnRecursiveZip() (r io.ReaderAt, size int64) {
709 func returnBigZipBytes() (r io.ReaderAt, size int64) {
/build/soong/cmd/host_bionic_inject/
Dhost_bionic_inject.go82 func parseElf(r io.ReaderAt, linker *elf.File) (uint64, error) { argument
/build/blueprint/pathtools/
Dfs.go86 io.ReaderAt