/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | DirItem.h | 231 struct CDirItem: public NWindows::NFile::NFind::CFileInfoBase
248 void Copy_From_FileInfoBase(const NWindows::NFile::NFind::CFileInfoBase &fi)
in Copy_From_FileInfoBase() 250 (NWindows::NFile::NFind::CFileInfoBase &)*this = fi;
in Copy_From_FileInfoBase() 276 CDirItem(const NWindows::NFile::NFind::CFileInfo &fi,
in CDirItem() 325 HRESULT SetLinkInfo(CDirItem &dirItem, const NWindows::NFile::NFind::CFileInfo &fi,
356 const NWindows::NFile::NFind::CFileInfo &fi);
370 // HRESULT EnumerateOneDir(const FString &phyPrefix, CObjectVector<NWindows::NFile::NFind::CDirEntry> &files);
371 HRESULT EnumerateOneDir(const FString &phyPrefix, CObjectVector<NWindows::NFile::NFind::CFileInfo> &files);
|
H A D | ExtractingFilePath.cpp | 214 if (parts.Size() > 3 && NWindows::NFile::NName::IsDrivePath2(parts[3]))
in Correct_FsPath() 224 else if (NWindows::NFile::NName::IsDrivePath2(parts[0]))
in Correct_FsPath()
|
H A D | ArchiveName.h | 13 const NWindows::NFile::NFind::CFileInfo *fi,
|
H A D | TempFiles.cpp | 10 using namespace NFile;
|
H A D | WorkDir.h | 17 NWindows::NFile::NDir::CTempFile _tempFile;
|
H A D | WorkDir.cpp | 11 using namespace NFile;
|
H A D | ArchiveOpenCallback.h | 161 NWindows::NFile::NFind::CFileInfo _fileInfo;
|
H A D | ArchiveName.cpp | 17 using namespace NFile;
|
H A D | EnumDirItems.cpp | 29 using namespace NFile;
33 static bool FindFile_KeepDots(NFile::NFind::CFileInfo &fi, const FString &path, bool followLink)
in FindFile_KeepDots() 417 NFile::NName::IsAltStreamPrefixWithColon(fs2us(phyPrefix));
in EnumerateItems2() 1528 NFile::NDir::MyGetFullPathName(paths[i], fullPath);
in EnumerateDirItemsAndSort() 1570 if (NFile::NName::IsDevicePath(path))
in ConvertToLongName()
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | InOutTempBuffer.h | 29 NWindows::NFile::NDir::CTempFile _tempFile;
30 NWindows::NFile::NIO::COutFile _outFile;
|
H A D | FileStreams.h | 67 NWindows::NFile::NIO::CInFile File;
in Z7_class_final() 140 NWindows::NFile::NIO::COutFile File;
|
H A D | FileStreams.cpp | 403 prop = (UInt32)NWindows::NFile::NFind::NAttributes::
in GetProperty() 436 prop = (UInt32)NWindows::NFile::NFind::NAttributes::
in GetProperty() 489 if (attrib) *attrib = NWindows::NFile::NFind::Get_WinAttribPosix_From_PosixMode(st.st_mode);
in GetProps() 519 props->Attrib = NWindows::NFile::NFind::Get_WinAttribPosix_From_PosixMode(st.st_mode);
in GetProps2() 554 prop = (UInt32)NWindows::NFile::NFind::Get_WinAttribPosix_From_PosixMode(st.st_mode);
in GetProperty()
|
H A D | FilePathAutoRename.cpp | 17 return NFile::NFind::DoesFileOrDirExist(path);
in MakeAutoName()
|
/third_party/lzma/CPP/Windows/ |
H A D | FileMapping.cpp | 8 namespace NFile {
namespace
|
H A D | FileIO.cpp | 37 using namespace NFile;
41 namespace NFile {
namespace 623 namespace NFile {
864 /* bool res2 = */ NWindows::NFile::NDir::SetDirTime(Path,
|
H A D | FileSystem.h | 10 namespace NFile {
namespace
|
H A D | FileDir.cpp | 31 using namespace NFile;
59 namespace NFile {
namespace 930 NWindows::NFile::NIO::COutFile outFile;
in My_CopyFile() 934 NWindows::NFile::NIO::CInFile inFile;
in My_CopyFile()
|
H A D | FileSystem.cpp | 19 namespace NFile {
namespace
|
H A D | FileName.h | 9 namespace NFile {
namespace
|
H A D | FileDir.h | 11 namespace NFile {
namespace
|
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | HashCon.cpp | 46 NWindows::NFile::NName::NormalizeDirPathPrefix(_percent.FileName);
in ScanProgress() 233 NWindows::NFile::NName::NormalizeDirPathPrefix(_fileName);
in GetStream()
|
/third_party/lzma/CPP/7zip/UI/Client7z/ |
H A D | Client7z.cpp | 60 using namespace NFile;
591 struct CDirItem: public NWindows::NFile::NFind::CFileInfoBase
596 CDirItem(const NWindows::NFile::NFind::CFileInfo &fi):
in CDirItem()
|
/third_party/lzma/CPP/Common/ |
H A D | ListFileUtils.cpp | 14 #define CSysInFile NWindows::NFile::NIO::CInFile
|
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
H A D | ExtractEngine.cpp | 18 using namespace NFile;
|
/third_party/lzma/CPP/7zip/Bundles/SFXWin/ |
H A D | SfxWin.cpp | 38 using namespace NFile;
|