Searched refs:dirlink (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_pathlib.py | 1248 self.dirlink('dirB', join('linkB')) 1249 self.dirlink(os.path.join('..', 'dirB'), join('dirA', 'linkC')) 1251 self.dirlink(os.path.join('..', 'dirB'), join('dirB', 'linkD')) 1255 def dirlink(self, src, dest): member in _BasePathTest 1258 def dirlink(self, src, dest): member in _BasePathTest 1546 self.dirlink('.', join('0')) 1547 self.dirlink(os.path.join('0', '0'), join('1')) 1548 self.dirlink(os.path.join('1', '1'), join('2')) 1987 self.dirlink(os.path.join('link0', 'link0'), join('link1')) 1988 self.dirlink(os.path.join('link1', 'link1'), join('link2')) [all …]
|
D | test_os.py | 2108 dirlink = 'dirlinktest' variable in Win32SymlinkTests 2115 assert not os.path.exists(self.dirlink) 2122 if os.path.exists(self.dirlink): 2123 os.rmdir(self.dirlink) 2128 os.symlink(self.dirlink_target, self.dirlink) 2129 self.assertTrue(os.path.exists(self.dirlink)) 2130 self.assertTrue(os.path.isdir(self.dirlink)) 2131 self.assertTrue(os.path.islink(self.dirlink)) 2132 self.check_stat(self.dirlink, self.dirlink_target)
|
/external/e2fsprogs/tests/ |
D | README | 47 dirlink.img Filesystem with a hard link to a directory
|