Searched refs:cfgFile (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/idlelib/ |
D | configHandler.py | 38 def __init__(self, cfgFile, cfgDefaults=None): argument 42 self.file = cfgFile 135 cfgFile = open(fname, 'w') 138 cfgFile = open(fname, 'w') 139 with cfgFile: 140 self.write(cfgFile)
|
/external/python/cpython3/Lib/idlelib/ |
D | config.py | 44 def __init__(self, cfgFile, cfgDefaults=None): argument 48 self.file = cfgFile # This is currently '' when testing. 143 cfgFile = open(fname, 'w') 146 cfgFile = open(fname, 'w') 147 with cfgFile: 148 self.write(cfgFile)
|
/external/skqp/infra/bots/ |
D | gen_tasks.go | 222 …cfgFile = flag.String("cfg_file", "", "JSON file containing general configuration in… var 668 if *cfgFile != "" { 669 rel = path.Dir(*cfgFile) 1451 loadJson(cfgFile, path.Join(infraBots, "cfg.json"), &CONFIG)
|
/external/skia/infra/bots/ |
D | gen_tasks.go | 220 …cfgFile = flag.String("cfg_file", "", "JSON file containing general configuration in… var 661 if *cfgFile != "" { 662 rel = path.Dir(*cfgFile) 1433 loadJson(cfgFile, path.Join(infraBots, "cfg.json"), &CONFIG)
|
/external/syzkaller/syz-ci/ |
D | manager.go | 329 cfgFile, err := mgr.writeConfig(buildTag) 336 mgr.cmd = NewManagerCmd(mgr.name, logFile, mgr.Errorf, bin, "-config", cfgFile)
|