Home
last modified time | relevance | path

Searched refs:GetReparseData (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/lzma/CPP/Windows/
H A DFileLink.cpp449 bool GetReparseData(CFSTR path, CByteBuffer &reparseData, BY_HANDLE_FILE_INFORMATION *fileInfo) in GetReparseData() function
532 if (!GetReparseData(path, reparseData, NULL)) in DeleteReparseData()
558 bool GetReparseData(CFSTR path, CByteBuffer &reparseData) in GetReparseData() function
H A DFileIO.h110 bool GetReparseData(CFSTR path, CByteBuffer &reparseData, BY_HANDLE_FILE_INFORMATION *fileInfo = NU…
324 bool GetReparseData(CFSTR path, CByteBuffer &reparseData);
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DLinkDialog.cpp46 if (!NIO::GetReparseData(path, buf, NULL)) in GetSymLink()
H A DFSFolder.cpp249 NIO::GetReparseData(_path + relPrefix + fi.Name, fi.Reparse, &info); in LoadSubItems()
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/
H A DEnumDirItems.cpp585 if (NIO::GetReparseData(path, buf)) in SetLinkInfo()