Searched refs:Contents (Results 1 – 12 of 12) sorted by relevance
/build/soong/java/ |
D | classpath_element.go | 41 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},
|
D | systemserver_classpath_fragment.go | 77 Contents []string member 90 if len(s.properties.Contents) == 0 { 101 …possibleUpdatableModules := gatherPossibleUpdatableModuleNamesAndStems(ctx, s.properties.Contents,… 134 for _, name := range s.properties.Contents {
|
D | bootclasspath_fragment.go | 108 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)
|
D | hiddenapi_monolithic.go | 81 classesJars = extractClassesJarsFromModules(e.Contents)
|
D | bootclasspath_fragment_test.go | 160 android.AssertArrayString(t, "contents property", expected, module.properties.Contents)
|
/build/soong/bp2build/ |
D | conversion_test.go | 73 if actualFile.Contents != "" { 76 } else if actualFile.Contents == "" { 107 if expectedFile.basename != "BUILD" && actualFile.Contents == "" {
|
D | bzl_conversion_test.go | 200 if !strings.Contains(actualSoongModuleBzl.Contents, expectedLoad) { 204 actualSoongModuleBzl.Contents, 208 if !strings.Contains(actualSoongModuleBzl.Contents, expectedRuleMap) { 212 actualSoongModuleBzl.Contents,
|
D | conversion.go | 17 Contents string member 98 Contents: content,
|
D | bp2build.go | 52 if err := writeFile(ctx, p, f.Contents); err != nil {
|
/build/soong/cmd/soong_build/ |
D | queryview.go | 52 err := ioutil.WriteFile(pathToFile, []byte(f.Contents), 0444)
|
/build/soong/apex/ |
D | apex.go | 810 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)
|
D | prebuilt.go | 397 Contents: apexContents,
|