Home
last modified time | relevance | path

Searched defs:File (Results 1 – 22 of 22) sorted by relevance

/build/soong/third_party/zip/
Dreader.go26 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 …]
Dreader_test.go25 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) {
Dandroid.go25 func (w *Writer) CopyFrom(orig *File, newName string) error {
Dwriter_test.go161 func testReadFile(t *testing.T, f *File, wt *WriteTest) {
/build/soong/symbol_inject/
Dsymbol_inject.go54 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
Dmacho.go34 func extractMachoSymbols(machoFile *macho.File) (*File, error) {
Dpe.go34 func extractPESymbols(peFile *pe.File) (*File, error) {
Delf.go32 *elf.File anonMember
/build/blueprint/parser/
Dsort.go22 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) {
Dparser.go40 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 {
Dprinter.go46 func newPrinter(file *File) *printer {
61 func Print(file *File) ([]byte, error) {
/build/soong/cmd/host_bionic_inject/
Dhost_bionic_inject.go82 func parseElf(r io.ReaderAt, linker *elf.File) (uint64, error) {
130 func checkLinker(file, linker *elf.File, fileSyms []elf.Symbol) error {
/build/soong/cc/
Dcmakelists.go210 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…
Dcompdb.go58 File string `json:"file"` member
/build/blueprint/bpmodify/
Dbpmodify.go122 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/
Dzip_artifact.go74 *zip.File anonMember
/build/soong/cmd/zip2zip/
Dzip2zip.go108 *zip.File anonMember
/build/soong/ui/build/
Dproc_sync.go61 File *os.File member
/build/soong/cmd/extract_apks/
Dmain.go354 CopyFrom(file *zip.File, name string) error
/build/soong/zip/
Dzip.go107 func (b *FileArgsBuilder) File(name string) *FileArgsBuilder { func
/build/soong/bpfix/bpfix/
Dbpfix.go170 func NewFixer(tree *parser.File) *Fixer {
/build/make/tools/releasetools/
Dcommon.py2519 class File(object): class