Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DVariableAttributes.py32 def GetVarAttributes(var_attr_str): argument
36 attr_list = var_attr_str.split(",")
45 def ValidateVarAttributes(var_attr_str): argument
46 if not var_attr_str:
48 attr_list = var_attr_str.split(",")