Searched defs:InstallSymlink (Results 1 – 2 of 2) sorted by relevance
49 type InstallSymlink struct { struct50 android.ModuleBase51 properties InstallSymlinkProperties53 output android.Path54 installedPath android.InstallPath57 func (m *InstallSymlink) GenerateAndroidBuildActions(ctx android.ModuleContext) {80 func (m *InstallSymlink) AndroidMkEntries() []android.AndroidMkEntries {
142 InstallSymlink(installPath InstallPath, name string, srcPath InstallPath) InstallPath methodSpec583 func (m *moduleContext) InstallSymlink(installPath InstallPath, name string, srcPath InstallPath) I… func