Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DconfigHandler.py38 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/
Dconfig.py43 def __init__(self, cfgFile, cfgDefaults=None): argument
47 self.file = cfgFile # This is currently '' when testing.
136 cfgFile = open(fname, 'w')
139 cfgFile = open(fname, 'w')
140 with cfgFile:
141 self.write(cfgFile)
/external/perfetto/ui/
Dbuild.js207 for (const cfgFile of cfg.testConfigs) {
208 args.push('--projects', pjoin(ROOT_DIR, 'ui/config', cfgFile));
/external/skqp/infra/bots/
Dgen_tasks.go222cfgFile = 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)