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

  /external/lzma/CPP/Common/
Wildcard.h 29 bool IsDriveColonName(const wchar_t *s);
44 return PathParts.Size() == 1 && !ForFile && ForDir && IsDriveColonName(PathParts[0]);
Wildcard.cpp 460 bool IsDriveColonName(const wchar_t *s)
480 if (NWildcard::IsDriveColonName(pathParts[testIndex]))
494 if (IsDriveColonName(pathParts[0]))
513 if (IsDriveColonName(pathParts[3]))
  /external/lzma/CPP/7zip/UI/Common/
EnumDirItems.cpp 687 else if (NWildcard::IsDriveColonName(nextNode.Name))
747 if (NWildcard::IsDriveColonName(name))
ArchiveCommandLine.cpp 643 if (prefix.IsEmpty() && NWildcard::IsDriveColonName(name))
    [all...]

Completed in 2042 milliseconds