Home
last modified time | relevance | path

Searched refs:Attr2 (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
979 Attr2s = [attr.strip() for attr in Attr2.split(",")]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DAutoGen.py2343 Target2, ToolChain2, Arch2, CommandType2, Attr2 = NextKey.split("_")
2348 if Attr1 == Attr2 or Attr1 == "*" or Attr2 == "*":