Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/
DFileIO.h79 bool IsMountPoint() const { return Tag == _my_IO_REPARSE_TAG_MOUNT_POINT; } // it's Junction in IsMountPoint() function
/third_party/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp852 _link.isJunction = reparse.IsMountPoint(); in ReadLink()
2124 isJunction = reparse.IsMountPoint(); in Parse()
DEnumDirItems.cpp1314 bool isSymLink = !attr.IsMountPoint(); in FillFixedReparse()