Searched refs:IsMountPoint (Results 1 – 3 of 3) sorted by relevance
79 bool IsMountPoint() const { return Tag == _my_IO_REPARSE_TAG_MOUNT_POINT; } // it's Junction in IsMountPoint() function
852 _link.isJunction = reparse.IsMountPoint(); in ReadLink()2124 isJunction = reparse.IsMountPoint(); in Parse()
1314 bool isSymLink = !attr.IsMountPoint(); in FillFixedReparse()