Searched defs:Launcher (Results 1 – 5 of 5) sorted by relevance
18 type Launcher struct { struct19 mu sync.RWMutex23 path string24 args []string25 env []string27 callbackFn func(pa *syscall.ProcAttr, data interface{}) error30 changeUIDs bool31 uid int33 changeGIDs bool34 gid int[all …]
6 Launcher chapter
27 abstract class Launcher<I> : NodeRef { class
34 public class Launcher extends DemoApplet { class
638 class Launcher(ABC): class