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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_posix.py 347 def _create_and_do_getcwd(dirname, current_path_length = 0):
356 if current_path_length < 4099:
357 _create_and_do_getcwd(dirname, current_path_length + len(dirname) + 1)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_posix.py 448 def _create_and_do_getcwd(dirname, current_path_length = 0):
457 if current_path_length < 4099:
458 _create_and_do_getcwd(dirname, current_path_length + len(dirname) + 1)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_posix.py 448 def _create_and_do_getcwd(dirname, current_path_length = 0):
457 if current_path_length < 4099:
458 _create_and_do_getcwd(dirname, current_path_length + len(dirname) + 1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_posix.py 448 def _create_and_do_getcwd(dirname, current_path_length = 0):
457 if current_path_length < 4099:
458 _create_and_do_getcwd(dirname, current_path_length + len(dirname) + 1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_posix.py 448 def _create_and_do_getcwd(dirname, current_path_length = 0):
457 if current_path_length < 4099:
458 _create_and_do_getcwd(dirname, current_path_length + len(dirname) + 1)

Completed in 128 milliseconds