Searched refs:OutputPaths (Results 1 – 14 of 14) sorted by relevance
/build/soong/bazel/ |
D | aquery_test.go | 149 OutputPaths: []string{ 499 OutputPaths: []string{"bazel-out/sourceroot/k8-fastbuild/bin/testpkg/test_out"}, 558 OutputPaths: []string{"foo.runfiles/MANIFEST"}, 627 OutputPaths: []string{"output"}, 675 OutputPaths: []string{"outputX"}, 752 OutputPaths: []string{"output"}, 833 if !reflect.DeepEqual(bs.OutputPaths, expectedOutputs) { 834 t.Errorf("Expected main action outputs %q, but got %q", expectedOutputs, bs.OutputPaths) 928 OutputPaths: []string{"one/symlink_subdir/symlink"}, 977 OutputPaths: []string{"one/symlink subdir/symlink"}, [all …]
|
D | aquery.go | 65 OutputPaths []string member 394 outputs_i := buildStatements[i].OutputPaths 395 outputs_j := buildStatements[j].OutputPaths 477 OutputPaths: outputPaths, 515 OutputPaths: outputPaths, 534 OutputPaths: outputPaths, 558 OutputPaths: outputPaths, 622 OutputPaths: outputPaths, 655 OutputPaths: outputPaths,
|
/build/soong/kernel/ |
D | prebuilt_kernel_modules.go | 113 func stripDebugSymbols(ctx android.ModuleContext, modules android.Paths) android.OutputPaths { 115 var outputs android.OutputPaths
|
/build/soong/filesystem/ |
D | system_image.go | 45 …temImage) buildExtraFiles(ctx android.ModuleContext, root android.OutputPath) android.OutputPaths {
|
D | filesystem.go | 55 buildExtraFiles func(ctx android.ModuleContext, root android.OutputPath) android.OutputPaths
|
/build/soong/etc/ |
D | prebuilt_etc.go | 146 outputFilePaths android.OutputPaths 349 p.outputFilePaths = android.OutputPaths{android.PathForModuleOut(ctx, filename).OutputPath} 392 p.outputFilePaths = android.OutputPaths{android.PathForModuleOut(ctx, filename).OutputPath}
|
/build/soong/dexpreopt/ |
D | config.go | 182 DexPreoptImagesDeps []android.OutputPaths 384 …config.ModuleConfig.DexPreoptImagesDeps = make([]android.OutputPaths, len(config.ModuleConfig.Arch… 389 func pathsListToStringLists(pathsList []android.OutputPaths) [][]string { argument
|
D | dexpreopt_test.go | 86 DexPreoptImagesDeps: []android.OutputPaths{android.OutputPaths{}},
|
/build/soong/java/ |
D | dexpreopt_config.go | 187 …c.variants[i].baseImages = android.Concat(c.extends.variants[i].baseImages, android.OutputPaths{c.…
|
D | dexpreopt_bootjars.go | 316 imagesDeps android.OutputPaths 322 baseImages android.OutputPaths 396 … moduleFiles(ctx android.PathContext, dir android.OutputPath, exts ...string) android.OutputPaths { 397 ret := make(android.OutputPaths, 0, image.modules.Len()*len(exts))
|
D | platform_bootclasspath.go | 298 paths := android.OutputPaths{b.hiddenAPIFlagsCSV, b.hiddenAPIIndexCSV, b.hiddenAPIMetadataCSV}
|
D | dexpreopt.go | 418 var imagesDeps []android.OutputPaths
|
D | sdk_library.go | 3399 ctx.SetOutputFiles(android.OutputPaths{module.outputFilePath}.Paths(), "")
|
/build/soong/android/ |
D | paths.go | 524 type OutputPaths []OutputPath type 527 func (p OutputPaths) Paths() Paths { 539 func (p OutputPaths) Strings() []string {
|