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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ntpath.py 501 path_is_unc, path_prefix, path_list = _abspath_split(path)
503 if path_is_unc ^ start_is_unc:
507 if path_is_unc:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ntpath.py 501 path_is_unc, path_prefix, path_list = _abspath_split(path)
503 if path_is_unc ^ start_is_unc:
507 if path_is_unc:

Completed in 128 milliseconds