Home
last modified time | relevance | path

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

/build/soong/java/
Dclasspath_element.go41 Contents []android.Module member
50 for _, module := range b.Contents {
186 …printf("libraries from fragment %s like %s", fragmentElement.Fragment, fragmentElement.Contents[0])
194 …precedingLibraryInFragment := existingFragmentElement.Contents[len(existingFragmentElement.Content…
200 existingFragmentElement.Contents = append(existingFragmentElement.Contents, library)
206 Contents: []android.Module{library},
Dsystemserver_classpath_fragment.go77 Contents []string member
90 if len(s.properties.Contents) == 0 {
101 …possibleUpdatableModules := gatherPossibleUpdatableModuleNamesAndStems(ctx, s.properties.Contents,…
134 for _, name := range s.properties.Contents {
Dbootclasspath_fragment.go108 Contents []string member
206 contents := m.properties.Contents
297 contents := b.properties.Contents
373 for _, name := range b.properties.Contents {
533 …possibleUpdatableModules := gatherPossibleUpdatableModuleNamesAndStems(ctx, b.properties.Contents,…
726 Contents []string member
755 b.Contents = module.properties.Contents
782 if len(b.Contents) > 0 {
783 propertySet.AddPropertyWithTag("contents", b.Contents, requiredMemberDependency)
Dhiddenapi_monolithic.go81 classesJars = extractClassesJarsFromModules(e.Contents)
Dbootclasspath_fragment_test.go160 android.AssertArrayString(t, "contents property", expected, module.properties.Contents)
/build/soong/bp2build/
Dconversion_test.go73 if actualFile.Contents != "" {
76 } else if actualFile.Contents == "" {
107 if expectedFile.basename != "BUILD" && actualFile.Contents == "" {
Dbzl_conversion_test.go200 if !strings.Contains(actualSoongModuleBzl.Contents, expectedLoad) {
204 actualSoongModuleBzl.Contents,
208 if !strings.Contains(actualSoongModuleBzl.Contents, expectedRuleMap) {
212 actualSoongModuleBzl.Contents,
Dconversion.go17 Contents string member
98 Contents: content,
Dbp2build.go52 if err := writeFile(ctx, p, f.Contents); err != nil {
/build/soong/cmd/soong_build/
Dqueryview.go52 err := ioutil.WriteFile(pathToFile, []byte(f.Contents), 0444)
/build/soong/apex/
Dapex.go810 Contents *android.ApexContents member
897 Contents: apexContents,
990 contents = append(contents, abInfo.Contents)
1850 if !abInfo.Contents.DirectlyInApex(depName) && (cc.IsStubs() || cc.HasStubsVariants()) {
2297 isStubLibraryFromOtherApex := ccm.HasStubsVariants() && !abInfo.Contents.DirectlyInApex(toName)
Dprebuilt.go397 Contents: apexContents,