Home
last modified time | relevance | path

Searched refs:reparsePoint (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/io/
H A Dlongpath.cs823 … String reparsePoint = LongPath.InternalCombine(fullPath, data.cFileName); in DeleteHelper()
824 r = Win32Native.RemoveDirectory(reparsePoint); in DeleteHelper()
H A Ddirectory.cs1431 … String reparsePoint = Path.InternalCombine(fullPath, data.cFileName); in DeleteHelper()
1432 r = Win32Native.RemoveDirectory(reparsePoint); in DeleteHelper()
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/turtle-1.5.22/src/Turtle/
H A DPrelude.hs974 reparsePoint :: Win32.FileAttributeOrFlag -> Bool
975 reparsePoint attr = fILE_ATTRIBUTE_REPARSE_POINT .&. attr /= 0 function
988 reparse <- fmap reparsePoint (Win32.getFileAttributes path')