Home
last modified time | relevance | path

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

/external/autotest/client/bin/
Dfsinfo.py34 default_opt = {}
47 default_opt[components[0].strip()] = components[1].strip()
55 default_opt[components[0].strip()] = components[1].strip()
60 default_opt[key] = value
63 for key, value in default_opt.iteritems():
65 default_opt[key] = int(value)
67 return default_opt
70 def convert_conf_opt(default_opt): argument
78 if 'base_features' in default_opt:
79 mkfs_opt['-O'] = default_opt['base_features']
[all …]