Searched refs:NFile (Results 1 - 25 of 32) sorted by relevance

12

/external/lzma/CPP/Windows/
H A DFileMapping.cpp8 namespace NFile { namespace in namespace:NWindows
H A DFileName.h11 namespace NFile { namespace in namespace:NWindows
H A DFileName.cpp9 namespace NFile { namespace in namespace:NWindows
H A DFileFind.h12 namespace NFile { namespace in namespace:NWindows
H A DFileIO.h11 namespace NFile { namespace in namespace:NWindows
H A DFileDir.h10 namespace NFile { namespace in namespace:NWindows
/external/lzma/CPP/7zip/UI/Common/
H A DTempFiles.cpp11 using namespace NFile;
H A DArchiveName.cpp18 if (NFile::NDirectory::GetOnlyDirPrefix(srcName, dirPrefix))
24 NFile::NFind::CFileInfoW fileInfo;
32 NFile::NFind::CFileInfoW fileInfo;
H A DEnumDirItems.h11 const NWindows::NFile::NFind::CFileInfoW &fi, CObjectVector<CDirItem> &dirItems);
H A DWorkDir.cpp14 using namespace NFile;
H A DArchiveExtractCallback.cpp53 NFile::NName::NormalizeDirPathPrefix(_directoryPath);
116 fullPath += wchar_t(NFile::NName::kDirDelimiter);
118 NFile::NDirectory::MyCreateDirectory(fullPath);
262 NFile::NDirectory::SetDirTime(fullPathNew,
276 NFile::NDirectory::MyRemoveDirectory(_diskFilePath);
282 NFile::NFind::CFileInfoW fileInfo;
338 if (!NFile::NDirectory::MyMoveFile(fullProcessedPath, existPath))
346 if (!NFile::NDirectory::DeleteFileAlways(fullProcessedPath))
456 NFile::NDirectory::MySetFileAttributes(_diskFilePath, _fi.Attrib);
H A DArchiveOpenCallback.h81 NWindows::NFile::NFind::CFileInfoW _fileInfo;
H A DExtract.cpp64 if (!NFile::NDirectory::CreateComplexDirectory(outDir))
121 NFile::NFind::CFileInfoW fi;
145 NFile::NFind::CFileInfoW fi;
H A DUpdate.cpp40 using namespace NFile;
394 if (!NFile::NDirectory::MyGetFullPathName(archivePath.GetFinalPath(), resultPath, pos))
396 NFile::NDirectory::CreateComplexDirectory(resultPath.Left(pos));
613 CCurrentDirRestorer() { NFile::NDirectory::MyGetCurrentDirectory(_path); }
615 bool RestoreDirectory() { return BOOLToBool(NFile::NDirectory::MySetCurrentDirectory(_path)); }
889 if (!NFile::NDirectory::MyGetFullPathName(ap.GetFinalPath(), arcPath))
H A DLoadCodecs.cpp29 using namespace NFile;
398 NFile::NFind::CEnumerator enumerator(folderPrefix + CSysString(TEXT("*")));
399 NFile::NFind::CFileInfo fi;
H A DArchiveCommandLine.cpp49 using namespace NFile;
466 ConvertToLongNames(prefix + nextNode.Name + wchar_t(NFile::NName::kDirDelimiter), nextNode);
800 NFile::NDirectory::MyGetFullPathName(paths[i], fullPath);
933 NFile::NName::NormalizeDirPathPrefix(options.OutputDir);
/external/lzma/CPP/7zip/Common/
H A DInOutTempBuffer.h14 NWindows::NFile::NDirectory::CTempFile _tempFile;
15 NWindows::NFile::NIO::COutFile _outFile;
H A DFileStreams.h27 NWindows::NFile::NIO::CInFile File;
36 NC::NFile::NIO::CInFile File;
82 NWindows::NFile::NIO::COutFile File;
84 NC::NFile::NIO::COutFile File;
H A DFilePathAutoRename.cpp22 return NFile::NFind::DoesFileOrDirExist(path);
H A DInOutTempBuffer.cpp11 using namespace NFile;
/external/lzma/CPP/Common/
H A DC_FileIO.h13 namespace NFile { namespace in namespace:NC
H A DC_FileIO.cpp9 namespace NFile { namespace in namespace:NC
H A DListFileUtils.cpp22 NWindows::NFile::NIO::CInFile file;
/external/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp215 NFile::NName::NormalizeDirPathPrefix(_directoryPath);
308 NFile::NDirectory::CreateComplexDirectory(_directoryPath + _filePath.Left(slashPos));
316 NFile::NDirectory::CreateComplexDirectory(fullProcessedPath);
320 NFile::NFind::CFileInfoW fi;
323 if (!NFile::NDirectory::DeleteFileAlways(fullProcessedPath))
395 NFile::NDirectory::MySetFileAttributes(_diskFilePath, _processedFileInfo.Attrib);
703 NFile::NFind::CFileInfoW fi;
/external/lzma/CPP/7zip/UI/Console/
H A DExtractCallbackConsole.cpp24 using namespace NFile;

Completed in 1502 milliseconds

12