/build/soong/java/ |
D | platform_compat_config.go | 28 func platformCompatConfigPath(ctx android.PathContext) android.OutputPath { 45 configFile android.OutputPath 46 metadataFile android.OutputPath 49 func (p *platformCompatConfig) compatConfigMetadata() android.OutputPath { 53 func (p *platformCompatConfig) CompatConfig() android.OutputPath { 64 compatConfigMetadata() android.OutputPath 65 CompatConfig() android.OutputPath 113 p.configFile = android.PathForModuleOut(ctx, configFileName).OutputPath 114 p.metadataFile = android.PathForModuleOut(ctx, metadataFileName).OutputPath 164 outputFilePath android.OutputPath [all …]
|
D | hiddenapi_singleton.go | 30 flags android.OutputPath 31 index android.OutputPath 32 metadata android.OutputPath 33 stubFlags android.OutputPath 342 outputFilePath android.OutputPath 349 h.outputFilePath = android.PathForModuleOut(ctx, filename).OutputPath
|
D | sdk.go | 555 func createFrameworkAidl(stubsModules []string, path android.OutputPath, ctx android.SingletonConte… argument 610 func sdkFrameworkAidlPath(ctx android.PathContext) android.OutputPath { 613 }).(android.OutputPath) 616 func nonUpdatableFrameworkAidlPath(ctx android.PathContext) android.OutputPath { 619 }).(android.OutputPath) 659 func ApiFingerprintPath(ctx android.PathContext) android.OutputPath { 662 }).(android.OutputPath)
|
D | dexpreopt_bootjars.go | 44 dir android.OutputPath 47 symbolsDir android.OutputPath 81 images android.OutputPath // first image file 85 primaryImages android.OutputPath 132 func (image bootImageConfig) moduleFiles(ctx android.PathContext, dir android.OutputPath, exts ...s…
|
D | dexpreopt.go | 185 BuildPath: android.PathForModuleOut(ctx, "dexpreopt", ctx.ModuleName()+".jar").OutputPath,
|
D | app.go | 1386 ctx android.ModuleContext, inputPath android.Path, outputPath android.OutputPath) { 1423 ctx android.ModuleContext, inputPath android.Path, outputPath android.OutputPath) { 1473 a.uncompressEmbeddedJniLibs(ctx, srcApk, jnisUncompressed.OutputPath) 1496 a.uncompressDex(ctx, dexOutput, dexUncompressed.OutputPath)
|
D | sdk_library.go | 2042 outputFilePath android.OutputPath 2070 func (module *sdkLibraryXml) OutputFile() android.OutputPath { 2114 module.outputFilePath = android.PathForModuleOut(ctx, libName+".xml").OutputPath
|
D | droiddoc.go | 1982 srcJarDir android.ModuleOutPath, srcJars android.Paths) android.OutputPath {
|
/build/soong/android/ |
D | paths.go | 285 type OutputPaths []OutputPath 900 type OutputPath struct { struct 905 func (p OutputPath) withRel(rel string) OutputPath { argument 911 func (p OutputPath) WithoutRel() OutputPath { argument 916 func (p OutputPath) buildDir() string { argument 920 var _ Path = OutputPath{} 921 var _ WritablePath = OutputPath{} 942 func PathForOutput(ctx PathContext, pathComponents ...string) OutputPath { 949 return OutputPath{basePath{path, ctx.Config(), ""}, fullPath} 961 func (p OutputPath) writablePath() {} argument [all …]
|
D | csuite_config.go | 34 OutputFilePath OutputPath 38 me.OutputFilePath = PathForModuleOut(ctx, me.BaseModuleName()).OutputPath
|
D | vts_config.go | 37 OutputFilePath OutputPath 41 me.OutputFilePath = PathForModuleOut(ctx, me.BaseModuleName()).OutputPath
|
D | makefile_goal.go | 42 outputFilePath OutputPath 73 p.outputFilePath = PathForModuleOut(ctx, filename).OutputPath
|
D | apex.go | 423 flatListPath OutputPath 424 fullListPath OutputPath 459 d.fullListPath = PathForModuleOut(ctx, "depsinfo", "fulllist.txt").OutputPath 469 d.flatListPath = PathForModuleOut(ctx, "depsinfo", "flatlist.txt").OutputPath
|
/build/soong/cc/ |
D | snapshot_utils.go | 70 func copyFile(ctx android.SingletonContext, path android.Path, out string) android.OutputPath { 84 … combineNotices(ctx android.SingletonContext, paths android.Paths, out string) android.OutputPath { 95 func writeStringToFile(ctx android.SingletonContext, content, out string) android.OutputPath {
|
D | vndk.go | 422 outputFile android.OutputPath 480 txt.outputFile = android.PathForModuleOut(ctx, filename).OutputPath 506 func (txt *vndkLibrariesTxt) OutputFile() android.OutputPath { 523 vndkLibrariesFile android.OutputPath 709 installMapListFile := func(m map[string]string, path string) android.OutputPath {
|
D | cflag_artifacts.go | 55 flag string, part int) (string, android.OutputPath) {
|
/build/soong/etc/ |
D | prebuilt_etc.go | 74 OutputFile() android.OutputPath 83 outputFilePath android.OutputPath 159 func (p *PrebuiltEtc) OutputFile() android.OutputPath { 188 p.outputFilePath = android.PathForModuleOut(ctx, filename).OutputPath
|
/build/soong/apex/ |
D | apex_singleton.go | 31 updatableFlatListsPath android.OutputPath
|
D | builder.go | 269 a.fileContexts = output.OutputPath 294 …File(ctx android.ModuleContext, builtApex android.Path, imageDir android.Path) android.OutputPath { 304 return output.OutputPath 307 func (a *apexBundle) buildBundleConfig(ctx android.ModuleContext) android.OutputPath { 359 return output.OutputPath
|
D | key.go | 104 output android.OutputPath
|
/build/soong/sh/ |
D | sh_binary.go | 99 outputFilePath android.OutputPath 126 func (s *ShBinary) OutputFile() android.OutputPath { 156 s.outputFilePath = android.PathForModuleOut(ctx, filename).OutputPath
|
/build/soong/sdk/ |
D | update.go | 73 path android.OutputPath 78 path: android.PathForModuleOut(ctx, path...).OutputPath, 216 func (s *sdk) buildSnapshot(ctx android.ModuleContext, sdkVariants []*sdk) android.OutputPath { 248 snapshotDir: snapshotDir.OutputPath, 362 outputZipFile := android.PathForModuleOut(ctx, ctx.ModuleName()+"-current.zip").OutputPath 368 var zipFile android.OutputPath 374 zipFile = android.PathForModuleOut(ctx, ctx.ModuleName()+"-current.unmerged.zip").OutputPath 602 snapshotDir android.OutputPath 646 tmpZipPath := android.PathForModuleOut(ctx, "tmp", destDir+".zip").OutputPath
|
/build/soong/dexpreopt/ |
D | config.go | 115 BuildPath android.OutputPath 310 config.ModuleConfig.BuildPath = constructPath(ctx, config.BuildPath).(android.OutputPath)
|
D | dexpreopt.go | 595 func SystemServerDexJarHostPath(ctx android.PathContext, jar string) android.OutputPath {
|