Home | History | Annotate | Download | only in installer

Lines Matching refs:defs

45     defs: Array of variable definitions: 'VARIABLE=value'.
50 defs = {}
53 defs[key] = val
54 return defs
123 def copyFileWithDefs(src_file, dst_file, defs):
127 in the |defs| dictionary when written to the destination file.
132 defs: Dictionary of variable definitions.
135 for key, val in defs.iteritems():
172 gen_files, gen_files_dst, defs):
185 defs: Dictionary of variable definitions.
196 copyFileWithDefs(f, dst_file, defs)
225 ' --defs <list of VARIABLE=value definitions...>'
252 elif arg == '--defs':
253 arg_mode = 'defs'
263 elif arg_mode == 'defs':
282 defs = buildDefDictionary(definitions)
286 defs)