Home
last modified time | relevance | path

Searched refs:InstallFile (Results 1 – 25 of 27) sorted by relevance

12

/build/soong/kernel/
Dprebuilt_kernel_modules.go85 ctx.InstallFile(installDir, filepath.Base(m.String()), m)
87 ctx.InstallFile(installDir, "modules.load", depmodOut.modulesLoad)
88 ctx.InstallFile(installDir, "modules.dep", depmodOut.modulesDep)
89 ctx.InstallFile(installDir, "modules.softdep", depmodOut.modulesSoftdep)
90 ctx.InstallFile(installDir, "modules.alias", depmodOut.modulesAlias)
/build/soong/java/
Drobolectric.go194 installedResourceApk := ctx.InstallFile(installPath, ctx.ModuleName()+".apk", r.resourceApk)
195 …installedManifest := ctx.InstallFile(installPath, ctx.ModuleName()+"-AndroidManifest.xml", r.manif…
196 installedConfig := ctx.InstallFile(installPath, ctx.ModuleName()+".config", r.testConfig)
205 installedData := ctx.InstallFile(installPath, data.Rel(), data)
209 ctx.InstallFile(installPath, ctx.ModuleName()+".jar", r.combinedJar, installDeps...)
392 installedRuntime := ctx.InstallFile(androidAllDir, from.Base(), from)
410 installedRuntime := ctx.InstallFile(androidAllDir, runtimeName, runtimeFromSourceJar)
Dtradefed.go34 installedPath := ctx.InstallFile(android.PathForModuleInstall(ctx, "tradefed"),
Dapp_set.go84 func (as *AndroidAppSet) InstallFile() string { func
Drro.go141 ctx.InstallFile(r.installDir, r.outputFile.Base(), r.outputFile)
Djava.go516 j.installFile = ctx.InstallFile(android.PathForModuleInstall(ctx, "framework"),
1315 ctx.InstallFile(android.PathForModuleInstall(ctx, "framework"),
1662 ctx.InstallFile(android.PathForModuleInstall(ctx, "framework"),
Dapp_import.go337 a.installPath = ctx.InstallFile(installDir, apkFilename, a.outputFile)
/build/soong/python/
Dinstaller.go62 installer.path = ctx.InstallFile(installer.installDir(ctx), file.Base(), file)
/build/soong/android/
Dmakefile_goal.go75 ctx.InstallFile(PathForModuleInstall(ctx, "etc"), ctx.ModuleName(), p.outputFilePath)
Ddeptag_test.go37 ctx.InstallFile(PathForModuleInstall(ctx), ctx.ModuleName(), outputFile)
Dpackaging_test.go52 ctx.InstallFile(installDir, m.Name(), builtFile)
/build/soong/cc/
Dinstaller.go86 installer.path = ctx.InstallFile(installer.installDir(ctx), file.Base(), file)
Dndk_headers.go132 installedPath := ctx.InstallFile(installDir, header.Base(), header)
Dndk_library.go322 stub.installPath = ctx.InstallFile(installDir, path.Base(), path)
/build/soong/linkerconfig/
Dlinkerconfig.go100 ctx.InstallFile(l.installDirPath, l.outputFilePath.Base(), l.outputFilePath)
/build/soong/genrule/
Dgenrule_test.go724 …t.outputFile = ctx.InstallFile(android.PathForModuleInstall(ctx, "bin"), ctx.ModuleName(), android…
745 …t.outputFile = ctx.InstallFile(android.PathForModuleInstall(ctx, "bin"), ctx.ModuleName(), android…
/build/soong/filesystem/
Dlogical_partition.go187 ctx.InstallFile(l.installDir, l.installFileName(), l.output)
Dvbmeta.go188 ctx.InstallFile(v.installDir, v.installFileName(), v.output)
Dbootimg.go125 ctx.InstallFile(b.installDir, b.installFileName(), b.output)
Dfilesystem.go156 ctx.InstallFile(f.installDir, f.installFileName(), f.output)
/build/soong/rust/
Dcompiler.go374 compiler.path = ctx.InstallFile(compiler.installDir(ctx), path.Path().Base(), path.Path())
/build/soong/etc/
Dprebuilt_etc.go330 installPath := ctx.InstallFile(p.installDirPath, p.outputFilePath.Base(), p.outputFilePath)
/build/soong/sdk/
Dsdk.go319 zip := ctx.InstallFile(android.PathForMainlineSdksInstall(ctx), p.Base(), p)
/build/soong/apex/
Dbuilder.go819 ctx.InstallFile(a.installDir, a.Name()+suffix, a.outputFile)
843 target := ctx.InstallFile(android.PathForModuleInstall(ctx, dir), fi.stem(), fi.builtFile)
Dandroidmk.go261 fmt.Fprintln(w, "LOCAL_APK_SET_INSTALL_FILE :=", as.InstallFile())

12