Lines Matching refs:Symlink
119 Symlink() bool
122 // Install hooks are run after a module creates a rule to install a file or symlink.
124 // InstallHookContext.Symlink() will be true if it was a symlink.
133 symlink bool
140 func (x *installHookContext) Symlink() bool {
141 return x.symlink
144 func (x *hooks) runInstallHooks(ctx ModuleContext, path OutputPath, symlink bool) {
149 symlink: symlink,