Home
last modified time | relevance | path

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

/build/tools/component_tools/
Dparse_kconf.py30 VALUE = "value" variable
97 items[VALUE] = line.split("=", 1)[1]
103 items[VALUE] = line.split("=", 1)[1].strip("\"")
114 VALUE: None
138 if len(items.get(VALUE)) > 0:
139 result[items.get(PROPERTY)] = items.get(VALUE)