/build/soong/third_party/zip/ |
D | reader.go | 26 File []*File member 36 type File struct { struct 37 FileHeader 38 zip *Reader 39 zipr io.ReaderAt 40 zipsize int64 41 headerOffset int64 44 func (f *File) hasDataDescriptor() bool { 146 func (f *File) DataOffset() (offset int64, err error) { 156 func (f *File) Open() (io.ReadCloser, error) { [all …]
|
D | reader_test.go | 25 File []ZipTestFile member 46 File string member 366 func readTestFile(t *testing.T, zt ZipTest, ft ZipTestFile, f *File) { 443 func testFileMode(t *testing.T, zipName string, f *File, want os.FileMode) {
|
D | android.go | 25 func (w *Writer) CopyFrom(orig *File, newName string) error {
|
D | writer_test.go | 161 func testReadFile(t *testing.T, f *File, wt *WriteTest) {
|
/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 { 123 func findSymbol(file *File, symbolName string) (uint64, uint64, error) { 163 type File struct { struct 164 r io.ReaderAt 165 Symbols []*Symbol 166 Sections []*Section
|
D | macho.go | 34 func extractMachoSymbols(machoFile *macho.File) (*File, error) {
|
D | pe.go | 34 func extractPESymbols(peFile *pe.File) (*File, error) {
|
D | elf.go | 32 *elf.File anonMember
|
/build/blueprint/parser/ |
D | sort.go | 22 func SortLists(file *File) { 35 func SortList(file *File, list *List) { 80 func sortListsInValue(value Expression, file *File) { 96 func sortSubList(values []Expression, nextPos scanner.Position, file *File) {
|
D | parser.go | 40 type File struct { struct 41 Name string 42 Defs []Definition 43 Comments []*CommentGroup 46 func (f *File) Pos() scanner.Position { 55 func (f *File) End() scanner.Position {
|
D | printer.go | 46 func newPrinter(file *File) *printer { 61 func Print(file *File) ([]byte, error) {
|
/build/soong/cmd/host_bionic_inject/ |
D | host_bionic_inject.go | 82 func parseElf(r io.ReaderAt, linker *elf.File) (uint64, error) { 130 func checkLinker(file, linker *elf.File, fileSyms []elf.Symbol) error {
|
/build/soong/cc/ |
D | cmakelists.go | 210 func translateToCMake(c compilerParameters, f *os.File, cflags bool, cppflags bool) { 234 func writeAllIncludeDirectories(includes []string, f *os.File, isSystem bool) { 265 func writeAllRelativeFilePathFlags(relativeFilePathFlags []relativeFilePathFlagType, f *os.File, ta… 271 func writeAllFlags(flags []string, f *os.File, tag string) { 339 func parseCompilerParameters(params []string, ctx android.SingletonContext, f *os.File) compilerPar…
|
D | compdb.go | 58 File string `json:"file"` member
|
/build/blueprint/bpmodify/ |
D | bpmodify.go | 122 func findModules(file *parser.File) (modified bool, errs []error) { 142 file *parser.File) (modified bool, errs []error) { 162 file *parser.File) (modified bool, errs []error) {
|
/build/soong/cmd/diff_target_files/ |
D | zip_artifact.go | 74 *zip.File anonMember
|
/build/soong/cmd/zip2zip/ |
D | zip2zip.go | 108 *zip.File anonMember
|
/build/soong/ui/build/ |
D | proc_sync.go | 61 File *os.File member
|
/build/soong/cmd/extract_apks/ |
D | main.go | 354 CopyFrom(file *zip.File, name string) error
|
/build/soong/zip/ |
D | zip.go | 107 func (b *FileArgsBuilder) File(name string) *FileArgsBuilder { func
|
/build/soong/bpfix/bpfix/ |
D | bpfix.go | 170 func NewFixer(tree *parser.File) *Fixer {
|
/build/make/tools/releasetools/ |
D | common.py | 2519 class File(object): class
|