Home
last modified time | relevance | path

Searched refs:dumpOnlyPath (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/tools/mac/upload_system_symbols/
Dupload_system_symbols.go64dumpOnlyPath = flag.String("dump-to", "", "Dump the symbols to the specified directory, but do… var
114 if *dumpOnlyPath != "" {
116 if fi, err := os.Stat(*dumpOnlyPath); err != nil {
123 dumpPath := *dumpOnlyPath
124 if *dumpOnlyPath == "" {