Home
last modified time | relevance | path

Searched refs:OutputPath (Results 1 – 24 of 24) sorted by relevance

/build/soong/java/
Dplatform_compat_config.go28 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 …]
Dhiddenapi_singleton.go30 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
Dsdk.go555 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)
Ddexpreopt_bootjars.go44 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…
Ddexpreopt.go185 BuildPath: android.PathForModuleOut(ctx, "dexpreopt", ctx.ModuleName()+".jar").OutputPath,
Dapp.go1386 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)
Dsdk_library.go2042 outputFilePath android.OutputPath
2070 func (module *sdkLibraryXml) OutputFile() android.OutputPath {
2114 module.outputFilePath = android.PathForModuleOut(ctx, libName+".xml").OutputPath
Ddroiddoc.go1982 srcJarDir android.ModuleOutPath, srcJars android.Paths) android.OutputPath {
/build/soong/android/
Dpaths.go285 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 …]
Dcsuite_config.go34 OutputFilePath OutputPath
38 me.OutputFilePath = PathForModuleOut(ctx, me.BaseModuleName()).OutputPath
Dvts_config.go37 OutputFilePath OutputPath
41 me.OutputFilePath = PathForModuleOut(ctx, me.BaseModuleName()).OutputPath
Dmakefile_goal.go42 outputFilePath OutputPath
73 p.outputFilePath = PathForModuleOut(ctx, filename).OutputPath
Dapex.go423 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/
Dsnapshot_utils.go70 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 {
Dvndk.go422 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 {
Dcflag_artifacts.go55 flag string, part int) (string, android.OutputPath) {
/build/soong/etc/
Dprebuilt_etc.go74 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/
Dapex_singleton.go31 updatableFlatListsPath android.OutputPath
Dbuilder.go269 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
Dkey.go104 output android.OutputPath
/build/soong/sh/
Dsh_binary.go99 outputFilePath android.OutputPath
126 func (s *ShBinary) OutputFile() android.OutputPath {
156 s.outputFilePath = android.PathForModuleOut(ctx, filename).OutputPath
/build/soong/sdk/
Dupdate.go73 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/
Dconfig.go115 BuildPath android.OutputPath
310 config.ModuleConfig.BuildPath = constructPath(ctx, config.BuildPath).(android.OutputPath)
Ddexpreopt.go595 func SystemServerDexJarHostPath(ctx android.PathContext, jar string) android.OutputPath {