HomeSort by relevance Sort by last modified time
    Searched refs:NName (Results 1 - 25 of 25) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
ArchiveName.cpp 41 if (NName::IsDriveRootPath_SuperAllowed(dirPrefix))
ExtractingFilePath.cpp 160 if (parts.Size() > 3 && NWindows::NFile::NName::IsDrivePath2(parts[3]))
170 else if (NWindows::NFile::NName::IsDrivePath2(parts[0]))
WorkDir.cpp 53 NName::NormalizeDirPathPrefix(tempDir);
ArchiveOpenCallback.cpp 110 if (!NFile::NName::GetFullPath(_folderPrefix, us2fs(name2), fullPath))
ArchiveExtractCallback.cpp 258 if (!NName::IsAltPathPrefix(_dirPathPrefix))
261 NName::NormalizeDirPathPrefix(_dirPathPrefix);
263 NName::NormalizeDirPathPrefix(_dirPathPrefix_Full);
336 if (NName::IsDrivePath2(s))
355 if (i == 0 && s.Len() == 2 && NName::IsDrivePath2(s))
459 if (NName::IsAbsolutePath(path))
548 if (!NName::IsDriveRootPath_SuperAllowed(prefix))
758 // while (NName::IsAbsolutePath(linkPath))
760 unsigned n = NName::GetRootPrefixSize(linkPath);
1040 || !NName::IsAbsolutePath(processedPath))
    [all...]
UpdateCallback.cpp 293 if (NName::IsDrivePath(to) ||
294 NName::IsDrivePath(from))
ArchiveCommandLine.cpp 615 if (NFile::NName::IsDevicePath(path))
    [all...]
EnumDirItems.cpp 22 using namespace NName;
LoadCodecs.cpp 112 NName::NormalizeDirPathPrefix(path);
Update.cpp 40 using namespace NName;
    [all...]
  /external/lzma/CPP/7zip/UI/GUI/
ExtractDialog.cpp 27 using namespace NName;
369 NName::NormalizeDirPathPrefix(s);
380 NName::NormalizeDirPathPrefix(s);
ExtractGUI.cpp 187 NName::NormalizeDirPathPrefix(outputDirFull);
229 NName::NormalizeDirPathPrefix(options.OutputDir);
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
ExtractEngine.cpp 63 NName::NormalizeDirPathPrefix(dirPath);
ExtractCallbackSfx.cpp 35 NName::NormalizeDirPathPrefix(_directoryPath);
SfxSetup.cpp 316 NName::NormalizeDirPathPrefix(s2);
  /external/lzma/CPP/Windows/
FileFind.cpp 19 using namespace NName;
428 if (NName::IsDrivePath2(path + 4) && path[6] == 0)
531 if (NName::IsDrivePath(path + rootSize) && path[rootSize + 3] == 0)
560 if (NName::FindSepar(path + prefixSize) < 0)
FileName.h 10 namespace NName {
FileDir.cpp 19 using namespace NName;
383 int pos2 = NName::FindSepar(path2.Ptr(pos + 1));
FileLink.cpp 23 using namespace NName;
FileIO.cpp 18 using namespace NName;
FileName.cpp 13 namespace NName {
  /external/lzma/CPP/7zip/Bundles/SFXWin/
SfxWin.cpp 117 NName::NormalizeDirPathPrefix(outputFolder);
  /external/lzma/CPP/7zip/Bundles/SFXCon/
SfxCon.cpp 362 NName::NormalizeDirPathPrefix(outputDir);
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 248 NName::NormalizeDirPathPrefix(_directoryPath);
  /external/lzma/CPP/7zip/UI/FileManager/
BrowseDialog.cpp 56 using namespace NName;

Completed in 299 milliseconds