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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
ntpath.py 494 is_unc = bool(prefix)
495 if not is_unc:
497 return is_unc, prefix, [x for x in rest.split(sep) if x]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ntpath.py 489 is_unc = bool(prefix)
490 if not is_unc:
492 return is_unc, prefix, [x for x in rest.split(sep) if x]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ntpath.py 489 is_unc = bool(prefix)
490 if not is_unc:
492 return is_unc, prefix, [x for x in rest.split(sep) if x]
  /prebuilts/gdb/linux-x86/lib/python2.7/
ntpath.py 489 is_unc = bool(prefix)
490 if not is_unc:
492 return is_unc, prefix, [x for x in rest.split(sep) if x]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ntpath.py 489 is_unc = bool(prefix)
490 if not is_unc:
492 return is_unc, prefix, [x for x in rest.split(sep) if x]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ntpath.py 489 is_unc = bool(prefix)
490 if not is_unc:
492 return is_unc, prefix, [x for x in rest.split(sep) if x]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
ntpath.py 524 is_unc = bool(prefix)
525 if not is_unc:
527 return is_unc, prefix, [x for x in rest.split(sep) if x]
  /external/python/cpython2/Lib/
ntpath.py 506 is_unc = bool(prefix)
507 if not is_unc:
509 return is_unc, prefix, [x for x in rest.split(sep) if x]

Completed in 486 milliseconds