Home
last modified time | relevance | path

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

/build/soong/bazel/
Daquery_test.go149 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 …]
Daquery.go65 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/
Dprebuilt_kernel_modules.go113 func stripDebugSymbols(ctx android.ModuleContext, modules android.Paths) android.OutputPaths {
115 var outputs android.OutputPaths
/build/soong/filesystem/
Dsystem_image.go45 …temImage) buildExtraFiles(ctx android.ModuleContext, root android.OutputPath) android.OutputPaths {
Dfilesystem.go55 buildExtraFiles func(ctx android.ModuleContext, root android.OutputPath) android.OutputPaths
/build/soong/etc/
Dprebuilt_etc.go146 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/
Dconfig.go182 DexPreoptImagesDeps []android.OutputPaths
384 …config.ModuleConfig.DexPreoptImagesDeps = make([]android.OutputPaths, len(config.ModuleConfig.Arch…
389 func pathsListToStringLists(pathsList []android.OutputPaths) [][]string { argument
Ddexpreopt_test.go86 DexPreoptImagesDeps: []android.OutputPaths{android.OutputPaths{}},
/build/soong/java/
Ddexpreopt_config.go187 …c.variants[i].baseImages = android.Concat(c.extends.variants[i].baseImages, android.OutputPaths{c.…
Ddexpreopt_bootjars.go316 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))
Dplatform_bootclasspath.go298 paths := android.OutputPaths{b.hiddenAPIFlagsCSV, b.hiddenAPIIndexCSV, b.hiddenAPIMetadataCSV}
Ddexpreopt.go418 var imagesDeps []android.OutputPaths
Dsdk_library.go3399 ctx.SetOutputFiles(android.OutputPaths{module.outputFilePath}.Paths(), "")
/build/soong/android/
Dpaths.go524 type OutputPaths []OutputPath type
527 func (p OutputPaths) Paths() Paths {
539 func (p OutputPaths) Strings() []string {