OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsDriveColonName
(Results
1 - 4
of
4
) sorted by null
/external/lzma/CPP/Common/
Wildcard.h
38
bool
IsDriveColonName
(const wchar_t *s);
53
return PathParts.Size() == 1 && !ForFile && ForDir &&
IsDriveColonName
(PathParts[0]);
Wildcard.cpp
182
bool
IsDriveColonName
(const wchar_t *s)
491
if (
IsDriveColonName
(front))
/external/lzma/CPP/7zip/UI/Common/
EnumDirItems.cpp
561
if (phyPrefix.IsEmpty() && NWildcard::
IsDriveColonName
(nextNode.Name))
608
if (NWildcard::
IsDriveColonName
(name))
ArchiveCommandLine.cpp
609
if (prefix.IsEmpty() && NWildcard::
IsDriveColonName
(name))
[
all
...]
Completed in 60 milliseconds