Home
last modified time | relevance | path

Searched refs:Contents (Results 1 – 15 of 15) sorted by relevance

/build/soong/java/
Dclasspath_element.go40 Contents []android.Module member
49 for _, module := range b.Contents {
185 …printf("libraries from fragment %s like %s", fragmentElement.Fragment, fragmentElement.Contents[0])
193 …precedingLibraryInFragment := existingFragmentElement.Contents[len(existingFragmentElement.Content…
199 existingFragmentElement.Contents = append(existingFragmentElement.Contents, library)
205 Contents: []android.Module{library},
Dsystemserver_classpath_fragment.go101 Contents []string member
119 if len(s.properties.Contents) == 0 && len(s.properties.Standalone_contents) == 0 {
135 …possibleUpdatableModules := gatherPossibleApexModuleNamesAndStems(ctx, s.properties.Contents, syst…
223 deps = append(deps, s.properties.Contents...)
238 dpInfo.Deps = append(dpInfo.Deps, s.properties.Contents...)
269 Contents []string member
280 s.Contents = module.properties.Contents
288 if len(s.Contents) > 0 {
289 propertySet.AddPropertyWithTag("contents", s.Contents, requiredMemberDependency)
Dbootclasspath_fragment.go115 Contents []string member
300 contents := m.properties.Contents
432 for _, name := range b.properties.Contents {
581 …possibleUpdatableModules := gatherPossibleApexModuleNamesAndStems(ctx, b.properties.Contents, boot…
593 unknown = android.RemoveListFromList(unknown, b.properties.Coverage.Contents)
840 dpInfo.Deps = append(dpInfo.Deps, b.properties.Contents...)
875 Contents []string member
916 b.Contents = module.properties.Contents
951 if len(b.Contents) > 0 {
952 propertySet.AddPropertyWithTag("contents", b.Contents, requiredMemberDependency)
Dbootclasspath_fragment_test.go194 android.AssertArrayString(t, "contents property", expected, module.properties.Contents)
/build/soong/jar/
Dservices.go37 Contents []byte member
93 serviceFile.Contents = []byte(strings.Join(serviceFile.Lines, "\n"))
95 serviceFile.FileHeader.UncompressedSize64 = uint64(len(serviceFile.Contents))
96 serviceFile.FileHeader.CRC32 = crc32.ChecksumIEEE(serviceFile.Contents)
/build/soong/android/
Dapex_contributions.go44 Contents []string member
51 func (m *apexContributions) Contents() []string { func
52 return m.properties.Contents
121 for _, content := range m.Contents() {
Dapex.go155 Contents *ApexContents member
/build/soong/cmd/soong_build/
Dqueryview.go70 Contents: string(contents),
88 err := ioutil.WriteFile(pathToFile, []byte(f.Contents), 0444)
101 err := ioutil.WriteFile(pathToFile, []byte(f.Contents), 0644)
/build/soong/bp2build/
Dconversion_test.go73 if actualFile.Contents != "" {
76 } else if actualFile.Contents == "" {
Dconversion.go14 Contents string member
67 Contents: content,
/build/make/tools/ide_query/ide_query_proto/
Dide_query.pb.go271 Contents []byte `protobuf:"bytes,2,opt,name=contents,proto3,oneof" json:"contents,omitempty"` member
315 return x.Contents
/build/make/tools/ide_query/
Dide_query.go289 Contents: contents,
/build/soong/apex/
Dapex.go1011 Contents: apexContents,
1230 contents = append(contents, abInfo.Contents)
2188 if !abInfo.Contents.DirectlyInApex(depName) && (ch.IsStubs() || ch.HasStubsVariants()) {
2699 isStubLibraryFromOtherApex := ccm.HasStubsVariants() && !abInfo.Contents.DirectlyInApex(toName)
Dprebuilt.go451 Contents: apexContents,
/build/soong/cmd/merge_zips/
Dmerge_zips.go606 content: serviceFile.Contents,