Home
last modified time | relevance | path

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

/aosp12/build/soong/cmd/path_interposer/
H A Dmain.go74 type mainOpts struct { struct
75 sendLog func(logSocket string, entry *paths.LogEntry, done chan interface{})
76 config func(name string) paths.PathConfig
77 lookupParents func() []paths.LogProcess
80 func Main(stdout, stderr io.Writer, interposer string, args []string, opts mainOpts) (int, error) {
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DSplitSelectStateController.java136 ActivityOptions mainOpts = ActivityOptions.makeBasic(); in launchTasks() local