Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DWorkspaceDatabase.py974 def CompareVarAttr(self, Attr1, Attr2): argument
975 if not Attr1 or not Attr2: # for empty string
977 Attr1s = [attr.strip() for attr in Attr1.split(",")]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DAutoGen.py2337 Target1, ToolChain1, Arch1, CommandType1, Attr1 = NowKey.split("_")
2348 if Attr1 == Attr2 or Attr1 == "*" or Attr2 == "*":