Searched refs:SetReparseData (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/ |
H A D | LinkDialog.cpp | 345 res = NIO::SetReparseData(us2fs(from), isDirLink, data, (DWORD)data.Size()); in OnButton_Link()
|
/aosp_15_r20/external/lzma/CPP/Windows/ |
H A D | FileIO.h | 111 bool SetReparseData(CFSTR path, bool isDir, const void *data, DWORD size);
|
H A D | FileLink.cpp | 498 bool SetReparseData(CFSTR path, bool isDir, const void *data, DWORD size) in SetReparseData() function
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/ |
H A D | ArchiveExtractCallback.cpp | 2159 if (!NFile::NIO::SetReparseData(fullProcessedPath, _item.IsDir, data, (DWORD)data.Size()))
|