Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileIO.h50 bool IsMountPoint() const { return Tag == _my_IO_REPARSE_TAG_MOUNT_POINT; } // it's Junction in IsMountPoint() function
/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp735 isJunction = reparse.IsMountPoint(); in GetStream()