HomeSort by relevance Sort by last modified time
    Searched refs:IncFile (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
ToolDefClassObject.py 129 IncFile = Line[8:].strip()
130 Done, IncFile = self.ExpandMacros(IncFile)
134 ExtraData=IncFile[4:-1], File=FileName, Line=Index+1)
135 IncFile = NormPath(IncFile)
137 if not os.path.isabs(IncFile):
141 IncFileTmp = PathClass(IncFile, GlobalData.gWorkspace)
147 IncFileTmp = mws.join(GlobalData.gWorkspace, IncFile)
152 IncFileTmp = PathClass(IncFile, os.path.dirname(FileName))
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
UniClassObject.py 550 IncFile = PathClass(str(IncList[0]), Dir)
551 self.IncFileList.append(IncFile)
552 if os.path.isfile(IncFile.Path):
553 Lines.extend(self.PreProcess(IncFile, True))
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
UniClassObject.py 452 IncFile = PathClass(str(IncList[0]), Dir)
453 if os.path.isfile(IncFile.Path):
454 Lines.extend(self.PreProcess(IncFile))

Completed in 696 milliseconds