Lines Matching refs:tempFileInfo
457 const CTempFileInfo &tempFileInfo, in OpenAsArc() argument
464 (CTempFileInfo &)folderLink = tempFileInfo; in OpenAsArc()
529 const CTempFileInfo &tempFileInfo, in OpenAsArc_Msg() argument
538 HRESULT res = OpenAsArc(inStream, tempFileInfo, virtualFilePath, arcFormat, opRes); in OpenAsArc_Msg()
1487 CTempFileInfo tempFileInfo; in OpenItemInArchive() local
1488 tempFileInfo.FileIndex = index; in OpenItemInArchive()
1489 tempFileInfo.RelPath = relPath; in OpenItemInArchive()
1490 tempFileInfo.FolderPath = tempDir; in OpenItemInArchive()
1491 tempFileInfo.FilePath = tempFilePath; in OpenItemInArchive()
1492 tempFileInfo.NeedDelete = true; in OpenItemInArchive()
1508 HRESULT res = OpenAsArc_Msg(subStream, tempFileInfo, fullVirtPath, type ? type : L"" in OpenItemInArchive()
1655 const HRESULT res = OpenAsArc_Msg(bufInStream, tempFileInfo, in OpenItemInArchive()
1700 const HRESULT res = OpenAsArc_Msg(NULL, tempFileInfo, fullVirtPath, type ? type : L"" in OpenItemInArchive()