Home
last modified time | relevance | path

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

/aosp12/build/soong/bazel/
H A Daquery_test.go234 OutputPaths: []string{
713 OutputPaths: []string{"bazel-out/sourceroot/k8-fastbuild/bin/testpkg/test_out"},
765 if !reflect.DeepEqual(stringSet(first.OutputPaths), stringSet(second.OutputPaths)) {
H A Daquery.go78 OutputPaths []string member
176 OutputPaths: outputPaths,
/aosp12/build/soong/kernel/
H A Dprebuilt_kernel_modules.go103 func stripDebugSymbols(ctx android.ModuleContext, modules android.Paths) android.OutputPaths {
105 var outputs android.OutputPaths
/aosp12/build/soong/dexpreopt/
H A Ddexpreopt_test.go50 DexPreoptImagesDeps: []android.OutputPaths{android.OutputPaths{}},
H A Dconfig.go134 DexPreoptImagesDeps []android.OutputPaths
308 …config.ModuleConfig.DexPreoptImagesDeps = make([]android.OutputPaths, len(config.ModuleConfig.Arch…
313 func pathsListToStringLists(pathsList []android.OutputPaths) [][]string { argument
/aosp12/build/soong/filesystem/
H A Dsystem_image.go44 …temImage) buildExtraFiles(ctx android.ModuleContext, root android.OutputPath) android.OutputPaths {
H A Dfilesystem.go44 buildExtraFiles func(ctx android.ModuleContext, root android.OutputPath) android.OutputPaths
195 var extraFiles android.OutputPaths
/aosp12/build/soong/java/
H A Ddexpreopt_bootjars.go285 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))
H A Ddexpreopt.go179 var imagesDeps []android.OutputPaths
H A Dplatform_bootclasspath.go271 paths := android.OutputPaths{b.hiddenAPIFlagsCSV, b.hiddenAPIIndexCSV, b.hiddenAPIMetadataCSV}
/aosp12/build/soong/android/
H A Dpaths.go419 type OutputPaths []OutputPath type
422 func (p OutputPaths) Paths() Paths {
434 func (p OutputPaths) Strings() []string {
H A Dbazel_handler.go740 for _, outputPath := range buildStatement.OutputPaths {