Home
last modified time | relevance | path

Searched refs:IsDriveColonName (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/Common/
DWildcard.h38 bool IsDriveColonName(const wchar_t *s);
53 return PathParts.Size() == 1 && !ForFile && ForDir && IsDriveColonName(PathParts[0]); in IsDriveItem()
DWildcard.cpp182 bool IsDriveColonName(const wchar_t *s) in IsDriveColonName() function
491 if (IsDriveColonName(front)) in AddItem()
/external/lzma/CPP/7zip/UI/Common/
DEnumDirItems.cpp561 if (phyPrefix.IsEmpty() && NWildcard::IsDriveColonName(nextNode.Name)) in EnumerateDirItems()
608 if (NWildcard::IsDriveColonName(name)) in EnumerateDirItems()
DArchiveCommandLine.cpp609 if (prefix.IsEmpty() && NWildcard::IsDriveColonName(name)) in ConvertToLongNames()