Home
last modified time | relevance | path

Searched refs:CommonPath (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DMisc.py437 def CommonPath(PathList): function
465 self.Root = os.path.normpath(CommonPath([self.Root, self.Path]))
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DMisc.py1671 def CommonPath(PathList): function
1734 self.Root = os.path.normpath(CommonPath([self.Root, self.Path]))
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DAutoGen.py2675 …if (Path not in self.IncludePathList) and (CommonPath([Path, self.MetaFile.Dir]) != self.MetaFile.…