Searched refs:commonprefix (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_genericpath.py | 34 commonprefix = self.pathmodule.commonprefix 36 commonprefix([]), 40 commonprefix(["/home/swenson/spam", "/home/swen/spam"]), 44 commonprefix(["/home/swen/spam", "/home/swen/eggs"]), 48 commonprefix(["/home/swen/spam", "/home/swen/spam"]), 52 commonprefix(["home:swenson:spam", "home:swen:spam"]), 56 commonprefix([":home:swen:spam", ":home:swen:eggs"]), 60 commonprefix([":home:swen:spam", ":home:swen:spam"]), 68 p = commonprefix([s1, s2])
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | LongFilePathOsPath.py | 44 commonprefix = os.path.commonprefix variable
|
D | Misc.py | 560 Path = Path[len(os.path.commonprefix([Path, self._Root])):]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | genericpath.py | 68 def commonprefix(m): function
|
D | posixpath.py | 410 i = len(commonprefix([start_list, path_list]))
|
D | urllib2.py | 801 common = posixpath.commonprefix((base[1], test[1]))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | genericpath.py | 76 def commonprefix(m): function
|