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

  /prebuilts/gdb/darwin-x86/lib/python2.7/
CGIHTTPServer.py 329 tail_part = path_parts.pop()
330 if tail_part:
331 if tail_part == '..':
333 tail_part = ''
334 elif tail_part == '.':
335 tail_part = ''
337 tail_part = ''
339 splitpath = ('/' + '/'.join(head_parts), tail_part)
  /prebuilts/gdb/linux-x86/lib/python2.7/
CGIHTTPServer.py 329 tail_part = path_parts.pop()
330 if tail_part:
331 if tail_part == '..':
333 tail_part = ''
334 elif tail_part == '.':
335 tail_part = ''
337 tail_part = ''
339 splitpath = ('/' + '/'.join(head_parts), tail_part)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 329 tail_part = path_parts.pop()
330 if tail_part:
331 if tail_part == '..':
333 tail_part = ''
334 elif tail_part == '.':
335 tail_part = ''
337 tail_part = ''
339 splitpath = ('/' + '/'.join(head_parts), tail_part)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 329 tail_part = path_parts.pop()
330 if tail_part:
331 if tail_part == '..':
333 tail_part = ''
334 elif tail_part == '.':
335 tail_part = ''
337 tail_part = ''
339 splitpath = ('/' + '/'.join(head_parts), tail_part)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
CGIHTTPServer.py 326 tail_part = path_parts.pop()
328 tail_part = ''
335 if tail_part and tail_part == '..':
337 tail_part = ''
338 return ('/' + '/'.join(head_parts), tail_part)

Completed in 1089 milliseconds