Home
last modified time | relevance | path

Searched refs:junction (Results 1 – 25 of 33) sorted by relevance

12

/third_party/boost/libs/filesystem/test/issues/
D99_canonical_with_junction_point.cpp43 const fs::path junction = tmp.path / "junction"; in main() local
49 BOOST_TEST(fs::exists(junction)); in main()
54 paths.push_back(junction); in main()
56 paths.push_back(junction / subDir); in main()
64 BOOST_TEST(fs::read_symlink(junction) == real); in main()
66 BOOST_TEST(fs::canonical(junction) == real); in main()
67 BOOST_TEST(fs::canonical(junction / subDir) == real / subDir); in main()
/third_party/ntfs-3g/libntfs-3g/
Dreparse.c559 static char *ntfs_get_fulllink(ntfs_volume *vol, ntfschar *junction, in ntfs_get_fulllink() argument
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()
586 && !memcmp(junction,vol_junction_head,22) in ntfs_get_fulllink()
587 && (junction[count-1] == const_cpu_to_le16('\\'))) in ntfs_get_fulllink()
598 && junction[7] in ntfs_get_fulllink()
599 && !ntfs_drive_letter(vol, junction[4])) { in ntfs_get_fulllink()
600 target = search_absolute(vol,&junction[7],count - 7, isdir); in ntfs_get_fulllink()
[all …]
/third_party/boost/tools/build/src/tools/
Dlink.jam67 rule can-junction ( project )
69 if ! $(.can-junction)
73 local source-target = [ new file-target test-junction-source : :
75 local target = [ new file-target test-junction : :
76 $(project) : [ new action $(source-target) : link.junction ] ] ;
80 .can-junction = true ;
84 .can-junction = false ;
87 if $(.can-junction) = true
97 .can-junction = false ;
99 rule can-junction ( project )
[all …]
/third_party/node/test/parallel/
Dtest-internal-fs.js35 // Test none junction symlinks
/third_party/node/deps/npm/node_modules/copy-concurrently/
DREADME.md32 fails then we'll try making a junction instead.
82 fails then we'll try making a junction instead.
106 file and directory copies as you can't create a junction on windows to a
125 fails then we'll try making a junction instead.
/third_party/ntfs-3g/include/ntfs-3g/
Dreparse.h33 char *ntfs_get_abslink(ntfs_volume *vol, ntfschar *junction,
/third_party/node/deps/npm/node_modules/move-concurrently/
DREADME.md44 fails then we'll try making a junction instead.
/third_party/python/Modules/
D_winapi.c553 HANDLE junction = NULL; in _winapi_CreateJunction_impl() local
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()
652 if (!DeviceIoControl(junction, FSCTL_SET_REPARSE_POINT, rdb, rdb_size, in _winapi_CreateJunction_impl()
660 CloseHandle(junction); in _winapi_CreateJunction_impl()
/third_party/python/Lib/test/
Dtest_os.py2783 junction = 'junctiontest' variable in Win32JunctionTests
2788 assert not os.path.lexists(self.junction)
2791 if os.path.lexists(self.junction):
2792 os.unlink(self.junction)
2795 _winapi.CreateJunction(self.junction_target, self.junction)
2796 self.assertTrue(os.path.lexists(self.junction))
2797 self.assertTrue(os.path.exists(self.junction))
2798 self.assertTrue(os.path.isdir(self.junction))
2799 self.assertNotEqual(os.stat(self.junction), os.lstat(self.junction))
2800 self.assertEqual(os.stat(self.junction), os.stat(self.junction_target))
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/
DOpenGLLineSegmentRasterization.md60 the junction of four pixels render with holes. For example:
/third_party/ntfs-3g/
DREADME.md19 ownership and permissions, POSIX ACLs, junction points, extended attributes
/third_party/python/Doc/library/
Dshutil.rst325 On Windows, will no longer delete the contents of a directory junction
326 before removing the junction.
Dos.rst2576 junction).
2622 dangling symlinks or junction points, which will raise the usual exceptions.
/third_party/libuv/docs/src/
Dfs.rst435 using junction points.
/third_party/node/deps/npm/node_modules/pacote/node_modules/minipass/
DREADME.md216 The solution is to create a dedicated tee-stream junction that pipes to
/third_party/node/deps/npm/node_modules/fs-minipass/node_modules/minipass/
DREADME.md216 The solution is to create a dedicated tee-stream junction that pipes to
/third_party/node/deps/npm/node_modules/minizlib/node_modules/minipass/
DREADME.md216 The solution is to create a dedicated tee-stream junction that pipes to
/third_party/node/deps/npm/node_modules/tar/node_modules/minipass/
DREADME.md216 The solution is to create a dedicated tee-stream junction that pipes to
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_cube_map.txt223 other cube map faces that they junction with. For this reason,
/third_party/openGLES/extensions/EXT/
DEXT_texture_cube_map.txt223 other cube map faces that they junction with. For this reason,
/third_party/openGLES/extensions/ARB/
DARB_texture_cube_map.txt240 faces that they junction with. For this reason, we'll leave the
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_cube_map.txt230 faces that they junction with. For this reason, we'll leave the
/third_party/node/
Dvcbuild.bat392 if errorlevel 1 echo "Could not create junction to 'out\%config%'." & exit /B
/third_party/node/doc/api/
Dfs.md1147 `'file'`, or `'junction'`. Windows junction points require the destination path
1148 to be absolute. When using `'junction'`, the `target` argument will
3368 It can be set to `'dir'`, `'file'`, or `'junction'`. If the `type` argument is
3370 the `target` does not exist, `'file'` will be used. Windows junction points
3371 require the destination path to be absolute. When using `'junction'`, the
/third_party/gettext/gettext-tools/tests/
Dmm-ko.ascii.pot5981 msgid "Summing junction"

12