Home
last modified time | relevance | path

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

/build/soong/bazel/
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)) {
Daquery.go78 OutputPaths []string member
176 OutputPaths: outputPaths,
/build/soong/kernel/
Dprebuilt_kernel_modules.go103 func stripDebugSymbols(ctx android.ModuleContext, modules android.Paths) android.OutputPaths {
105 var outputs android.OutputPaths
/build/soong/filesystem/
Dsystem_image.go44 …temImage) buildExtraFiles(ctx android.ModuleContext, root android.OutputPath) android.OutputPaths {
Dfilesystem.go44 buildExtraFiles func(ctx android.ModuleContext, root android.OutputPath) android.OutputPaths
195 var extraFiles android.OutputPaths
/build/soong/dexpreopt/
Ddexpreopt_test.go50 DexPreoptImagesDeps: []android.OutputPaths{android.OutputPaths{}},
Dconfig.go134 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/
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))
Ddexpreopt.go179 var imagesDeps []android.OutputPaths
Dplatform_bootclasspath.go271 paths := android.OutputPaths{b.hiddenAPIFlagsCSV, b.hiddenAPIIndexCSV, b.hiddenAPIMetadataCSV}
/build/soong/android/
Dpaths.go419 type OutputPaths []OutputPath type
422 func (p OutputPaths) Paths() Paths {
434 func (p OutputPaths) Strings() []string {
Dbazel_handler.go740 for _, outputPath := range buildStatement.OutputPaths {