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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ntpath.py 486 def _abspath_split(path): function
500 start_is_unc, start_prefix, start_list = _abspath_split(start)
501 path_is_unc, path_prefix, path_list = _abspath_split(path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ntpath.py 486 def _abspath_split(path): function
500 start_is_unc, start_prefix, start_list = _abspath_split(start)
501 path_is_unc, path_prefix, path_list = _abspath_split(path)

Completed in 158 milliseconds