Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DLinkDialog.cpp345 res = NIO::SetReparseData(us2fs(from), isDirLink, data, (DWORD)data.Size()); in OnButton_Link()
/aosp_15_r20/external/lzma/CPP/Windows/
H A DFileIO.h111 bool SetReparseData(CFSTR path, bool isDir, const void *data, DWORD size);
H A DFileLink.cpp498 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 DArchiveExtractCallback.cpp2159 if (!NFile::NIO::SetReparseData(fullProcessedPath, _item.IsDir, data, (DWORD)data.Size()))