Lines Matching refs:flag
35 dexpreoptScriptPath = flag.String("dexpreopt_script", "", "path to output dexpreopt script")
36 …globalSoongConfigPath = flag.String("global_soong", "", "path to global configuration file for set…
37 globalConfigPath = flag.String("global", "", "path to global configuration file")
38 moduleConfigPath = flag.String("module", "", "path to module configuration file")
39 outDir = flag.String("out_dir", "", "path to output directory")
43 …usesTargetFiles = flag.Bool("uses_target_files", false, "whether or not dexpreopt is running on ta…
45 basePath = flag.String("base_path", ".", "base path where images and tools are extracted")
60 flag.Parse()
65 flag.Usage()
70 if flag.NArg() > 0 {
71 usage("unrecognized argument " + flag.Arg(0))