Home
last modified time | relevance | path

Searched refs:junction (Results 1 - 5 of 5) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
H A Dreparse.c213 * Search for a directory junction or a symbolic link
463 * If the reparse data looks like a junction point or symbolic
545 * Check and translate the target of a junction point or
559 static char *ntfs_get_fulllink(ntfs_volume *vol, ntfschar *junction, in ntfs_get_fulllink() argument
571 * For a valid directory junction we want \??\x:\ in ntfs_get_fulllink()
575 && !memcmp(junction,dir_junction_head,8) in ntfs_get_fulllink()
576 && junction[4] in ntfs_get_fulllink()
577 && (junction[5] == const_cpu_to_le16(':')) in ntfs_get_fulllink()
578 && (junction[6] == const_cpu_to_le16('\\'))) in ntfs_get_fulllink()
582 * For a valid volume junction w in ntfs_get_fulllink()
662 ntfs_get_abslink(ntfs_volume *vol, ntfschar *junction, int count, const char *mnt_point __attribute__((unused)), BOOL isdir) ntfs_get_abslink() argument
767 ntfs_get_rellink(ntfs_inode *ni, ntfschar *junction, int count) ntfs_get_rellink() argument
[all...]
/third_party/ntfs-3g/include/ntfs-3g/
H A Dreparse.h33 char *ntfs_get_abslink(ntfs_volume *vol, ntfschar *junction,
/third_party/python/Modules/
H A D_winapi.c553 HANDLE junction = NULL; in _winapi_CreateJunction_impl() local
567 junction point. */ in _winapi_CreateJunction_impl()
592 junction points. Here's what I've learned along the way: in _winapi_CreateJunction_impl()
593 - A junction point has two components: a print name and a substitute in _winapi_CreateJunction_impl()
641 /* Create a directory for the junction point. */ in _winapi_CreateJunction_impl()
645 junction = CreateFileW(dst_path, GENERIC_READ | GENERIC_WRITE, 0, NULL, in _winapi_CreateJunction_impl()
648 if (junction == INVALID_HANDLE_VALUE) in _winapi_CreateJunction_impl()
651 /* Make the directory entry a junction point. */ in _winapi_CreateJunction_impl()
652 if (!DeviceIoControl(junction, FSCTL_SET_REPARSE_POINT, rdb, rdb_size, in _winapi_CreateJunction_impl()
660 CloseHandle(junction); in _winapi_CreateJunction_impl()
[all...]
/third_party/python/Lib/test/
H A Dtest_os.py2858 junction = 'junctiontest' variable in Win32JunctionTests
2863 assert not os.path.lexists(self.junction)
2866 if os.path.lexists(self.junction):
2867 os.unlink(self.junction)
2870 _winapi.CreateJunction(self.junction_target, self.junction)
2871 self.assertTrue(os.path.lexists(self.junction))
2872 self.assertTrue(os.path.exists(self.junction))
2873 self.assertTrue(os.path.isdir(self.junction))
2874 self.assertNotEqual(os.stat(self.junction), os.lstat(self.junction))
[all...]
/third_party/node/
H A Dvcbuild.bat408 if errorlevel 1 echo "Could not create junction to 'out\%config%'." & exit /B

Completed in 12 milliseconds