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

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_posix.py 21 _DUMMY_SYMLINK = os.path.join(tempfile.gettempdir(),
312 os.symlink(_DUMMY_SYMLINK, test_support.TESTFN)
407 os.symlink(test_support.TESTFN, _DUMMY_SYMLINK)
408 self.teardown_files.append(_DUMMY_SYMLINK)
409 dummy_symlink_st = os.lstat(_DUMMY_SYMLINK)
413 posix.lchflags(_DUMMY_SYMLINK,
423 new_dummy_symlink_st = os.lstat(_DUMMY_SYMLINK)
429 posix.lchflags(_DUMMY_SYMLINK, dummy_symlink_st.st_flags)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_posix.py 21 _DUMMY_SYMLINK = os.path.join(tempfile.gettempdir(),
312 os.symlink(_DUMMY_SYMLINK, test_support.TESTFN)
407 os.symlink(test_support.TESTFN, _DUMMY_SYMLINK)
408 self.teardown_files.append(_DUMMY_SYMLINK)
409 dummy_symlink_st = os.lstat(_DUMMY_SYMLINK)
413 posix.lchflags(_DUMMY_SYMLINK,
423 new_dummy_symlink_st = os.lstat(_DUMMY_SYMLINK)
429 posix.lchflags(_DUMMY_SYMLINK, dummy_symlink_st.st_flags)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_posix.py 21 _DUMMY_SYMLINK = os.path.join(tempfile.gettempdir(),
312 os.symlink(_DUMMY_SYMLINK, test_support.TESTFN)
407 os.symlink(test_support.TESTFN, _DUMMY_SYMLINK)
408 self.teardown_files.append(_DUMMY_SYMLINK)
409 dummy_symlink_st = os.lstat(_DUMMY_SYMLINK)
413 posix.lchflags(_DUMMY_SYMLINK,
423 new_dummy_symlink_st = os.lstat(_DUMMY_SYMLINK)
429 posix.lchflags(_DUMMY_SYMLINK, dummy_symlink_st.st_flags)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_posix.py 21 _DUMMY_SYMLINK = os.path.join(tempfile.gettempdir(),
312 os.symlink(_DUMMY_SYMLINK, test_support.TESTFN)
407 os.symlink(test_support.TESTFN, _DUMMY_SYMLINK)
408 self.teardown_files.append(_DUMMY_SYMLINK)
409 dummy_symlink_st = os.lstat(_DUMMY_SYMLINK)
413 posix.lchflags(_DUMMY_SYMLINK,
423 new_dummy_symlink_st = os.lstat(_DUMMY_SYMLINK)
429 posix.lchflags(_DUMMY_SYMLINK, dummy_symlink_st.st_flags)

Completed in 431 milliseconds