Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DMisc.py610 def GetRelativePath(Fullpath, Workspace): argument
614 RelativePath = Fullpath[Fullpath.upper().find(Workspace.upper())+len(Workspace):]
616 RelativePath = Fullpath[Fullpath.upper().find(Workspace.upper())+len(Workspace)+1:]