Home
last modified time | relevance | path

Searched defs:junction (Results 1 – 3 of 3) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dreparse.c559 static char *ntfs_get_fulllink(ntfs_volume *vol, ntfschar *junction, in ntfs_get_fulllink()
662 char *ntfs_get_abslink(ntfs_volume *vol, ntfschar *junction, int count, in ntfs_get_abslink()
767 static char *ntfs_get_rellink(ntfs_inode *ni, ntfschar *junction, int count) in ntfs_get_rellink()
/third_party/python/Modules/
D_winapi.c553 HANDLE junction = NULL; in _winapi_CreateJunction_impl() local
/third_party/python/Lib/test/
Dtest_os.py2783 junction = 'junctiontest' variable in Win32JunctionTests