Searched refs:OutputPaths (Results 1 – 12 of 12) sorted by relevance
/build/soong/bazel/ |
D | aquery_test.go | 234 OutputPaths: []string{ 713 OutputPaths: []string{"bazel-out/sourceroot/k8-fastbuild/bin/testpkg/test_out"}, 765 if !reflect.DeepEqual(stringSet(first.OutputPaths), stringSet(second.OutputPaths)) {
|
D | aquery.go | 78 OutputPaths []string member 176 OutputPaths: outputPaths,
|
/build/soong/kernel/ |
D | prebuilt_kernel_modules.go | 103 func stripDebugSymbols(ctx android.ModuleContext, modules android.Paths) android.OutputPaths { 105 var outputs android.OutputPaths
|
/build/soong/filesystem/ |
D | system_image.go | 44 …temImage) buildExtraFiles(ctx android.ModuleContext, root android.OutputPath) android.OutputPaths {
|
D | filesystem.go | 44 buildExtraFiles func(ctx android.ModuleContext, root android.OutputPath) android.OutputPaths 195 var extraFiles android.OutputPaths
|
/build/soong/dexpreopt/ |
D | dexpreopt_test.go | 50 DexPreoptImagesDeps: []android.OutputPaths{android.OutputPaths{}},
|
D | config.go | 134 DexPreoptImagesDeps []android.OutputPaths 308 …config.ModuleConfig.DexPreoptImagesDeps = make([]android.OutputPaths, len(config.ModuleConfig.Arch… 313 func pathsListToStringLists(pathsList []android.OutputPaths) [][]string { argument
|
/build/soong/java/ |
D | dexpreopt_bootjars.go | 285 imagesDeps android.OutputPaths 350 … moduleFiles(ctx android.PathContext, dir android.OutputPath, exts ...string) android.OutputPaths { 351 ret := make(android.OutputPaths, 0, image.modules.Len()*len(exts))
|
D | dexpreopt.go | 179 var imagesDeps []android.OutputPaths
|
D | platform_bootclasspath.go | 271 paths := android.OutputPaths{b.hiddenAPIFlagsCSV, b.hiddenAPIIndexCSV, b.hiddenAPIMetadataCSV}
|
/build/soong/android/ |
D | paths.go | 419 type OutputPaths []OutputPath type 422 func (p OutputPaths) Paths() Paths { 434 func (p OutputPaths) Strings() []string {
|
D | bazel_handler.go | 740 for _, outputPath := range buildStatement.OutputPaths {
|