Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Trim/
DTrim.py303 SearchPathList = [LocalSearchPath] + IncludePathList
305 SearchPathList = IncludePathList
307 for IncludePath in SearchPathList:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DGenMake.py724 def GetFileDependency(self, FileList, ForceInculeList, SearchPathList): argument
727 Dependency[F] = self.GetDependencyList(F, ForceInculeList, SearchPathList)
742 def GetDependencyList(self, File, ForceList, SearchPathList): argument
800 PathList = [CurrentFilePath] + SearchPathList
820 … "in any given path:\n\t%s" % (Inc, F, "\n\t".join(SearchPathList)))