Searched refs:ReaderAt (Results 1 – 8 of 8) sorted by relevance
/build/soong/symbol_inject/ |
D | symbol_inject.go | 31 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
|
D | macho.go | 25 func machoSymbolsFromFile(r io.ReaderAt) (*File, error) { argument 72 func dumpMachoSymbols(r io.ReaderAt) error { argument
|
D | pe.go | 25 func peSymbolsFromFile(r io.ReaderAt) (*File, error) { argument 76 func dumpPESymbols(r io.ReaderAt) error { argument
|
D | elf.go | 58 func elfSymbolsFromFile(r io.ReaderAt) (*File, error) { argument 131 func dumpElfSymbols(r io.ReaderAt) error { argument
|
/build/soong/third_party/zip/ |
D | reader.go | 25 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
|
D | reader_test.go | 23 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/ |
D | host_bionic_inject.go | 82 func parseElf(r io.ReaderAt, linker *elf.File) (uint64, error) { argument
|
/build/blueprint/pathtools/ |
D | fs.go | 86 io.ReaderAt
|