Searched refs:InstallSymlink (Results 1 – 8 of 8) sorted by relevance
/build/soong/etc/ |
D | install_symlink.go | 34 module := &InstallSymlink{} 49 type InstallSymlink struct { struct 57 func (m *InstallSymlink) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument 80 func (m *InstallSymlink) AndroidMkEntries() []android.AndroidMkEntries { argument
|
D | prebuilt_etc.go | 438 ctx.InstallSymlink(ip.installDirPath, sl, installPath)
|
/build/soong/android/ |
D | module_context.go | 142 InstallSymlink(installPath InstallPath, name string, srcPath InstallPath) InstallPath methodSpec 583 func (m *moduleContext) InstallSymlink(installPath InstallPath, name string, srcPath InstallPath) I… func
|
D | module_test.go | 213 ctx.InstallSymlink(PathForModuleInstall(ctx, "symlinks"), ctx.ModuleName(), installFile)
|
/build/soong/cc/ |
D | binary.go | 521 installedSymlink := ctx.InstallSymlink(binary.baseInstaller.installDir(ctx), symlink,
|
/build/soong/sh/ |
D | sh_binary.go | 324 ctx.InstallSymlink(installDir, symlink, s.installedFile)
|
/build/soong/java/ |
D | dexpreopt_bootjars.go | 960 ctx.InstallSymlink(installPath.Join(ctx, relDir), name, installPath.Join(ctx, srcRelDir, name))
|
/build/soong/apex/ |
D | builder.go | 573 …ctx.InstallSymlink(apexDir.Join(ctx, filepath.Dir(symlinkPath)), filepath.Base(symlinkPath), insta…
|