Home
last modified time | relevance | path

Searched defs:InstallSymlink (Results 1 – 2 of 2) sorted by relevance

/build/soong/etc/
Dinstall_symlink.go49 type InstallSymlink struct { struct
50 android.ModuleBase
51 properties InstallSymlinkProperties
53 output android.Path
54 installedPath android.InstallPath
57 func (m *InstallSymlink) GenerateAndroidBuildActions(ctx android.ModuleContext) {
80 func (m *InstallSymlink) AndroidMkEntries() []android.AndroidMkEntries {
/build/soong/android/
Dmodule_context.go142 InstallSymlink(installPath InstallPath, name string, srcPath InstallPath) InstallPath methodSpec
583 func (m *moduleContext) InstallSymlink(installPath InstallPath, name string, srcPath InstallPath) I… func