OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PcdId
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfPcdObject.py
646
PcdId
= GetSplitValueList(PcdItem[0], DT.TAB_SPLIT)
647
if len(
PcdId
) != 2:
658
if not IsValidCVariableName(
PcdId
[0]):
664
ExtraData=
PcdId
[0])
665
if not IsValidCVariableName(
PcdId
[1]):
671
ExtraData=
PcdId
[1])
672
PcdItemObj.SetTokenSpaceGuidCName(
PcdId
[0])
673
PcdItemObj.SetCName(
PcdId
[1])
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DscClassObject.py
[
all
...]
Completed in 916 milliseconds