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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
site.py 194 dotpth = os.extsep + "pth"
195 names = [name for name in names if name.endswith(dotpth)]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
site.py 196 dotpth = os.extsep + "pth"
197 names = [name for name in names if name.endswith(dotpth)]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
site.py 199 dotpth = os.extsep + "pth"
200 names = [name for name in names if name.endswith(dotpth)]
  /external/python/cpython2/Lib/
site.py 187 dotpth = os.extsep + "pth"
188 names = [name for name in names if name.endswith(dotpth)]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
site.py 187 dotpth = os.extsep + "pth"
188 names = [name for name in names if name.endswith(dotpth)]
  /prebuilts/gdb/linux-x86/lib/python2.7/
site.py 187 dotpth = os.extsep + "pth"
188 names = [name for name in names if name.endswith(dotpth)]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
site.py 187 dotpth = os.extsep + "pth"
188 names = [name for name in names if name.endswith(dotpth)]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
site.py 187 dotpth = os.extsep + "pth"
188 names = [name for name in names if name.endswith(dotpth)]

Completed in 52 milliseconds