Searched defs:InstallSymlink (Results 1 – 2 of 2) sorted by relevance
58 type InstallSymlink struct { struct59 android.ModuleBase60 properties InstallSymlinkProperties62 output android.Path63 installedPath android.InstallPath66 func (m *InstallSymlink) GenerateAndroidBuildActions(ctx android.ModuleContext) {89 func (m *InstallSymlink) AndroidMkEntries() []android.AndroidMkEntries {
156 InstallSymlink(installPath InstallPath, name string, srcPath InstallPath) InstallPath methodSpec691 func (m *moduleContext) InstallSymlink(installPath InstallPath, name string, srcPath InstallPath) I… func