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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
posixpath.py 327 initial_slashes = path.startswith('/')
330 if (initial_slashes and
332 initial_slashes = 2
338 if (comp != '..' or (not initial_slashes and not new_comps) or
345 if initial_slashes:
346 path = slash*initial_slashes + path
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
posixpath.py 327 initial_slashes = path.startswith('/')
330 if (initial_slashes and
332 initial_slashes = 2
338 if (comp != '..' or (not initial_slashes and not new_comps) or
345 if initial_slashes:
346 path = slash*initial_slashes + path

Completed in 1070 milliseconds