Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/
DFileIO.h111 bool SetReparseData(CFSTR path, bool isDir, const void *data, DWORD size);
DFileLink.cpp490 bool SetReparseData(CFSTR path, bool isDir, const void *data, DWORD size) in SetReparseData() function
/third_party/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp2066 if (!NFile::NIO::SetReparseData(fullProcessedPath, _item.IsDir, data, (DWORD)data.Size())) in SetFromLinkPath()