Home
last modified time | relevance | path

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

/build/soong/cmd/path_interposer/
Dmain.go91 type mainOpts struct { struct
92 sendLog func(logSocket string, entry *paths.LogEntry, done chan interface{})
93 config func(name string) paths.PathConfig
94 lookupParents func() []paths.LogProcess
97 func Main(stdout, stderr io.Writer, interposer string, args []string, opts mainOpts) (int, error) {