Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileFind.cpp33 static const TCHAR kDot = TEXT('.'); variable
39 if (Name[0] != kDot) in IsDots()
41 return Name.Length() == 1 || (Name[1] == kDot && Name.Length() == 2); in IsDots()
49 if (Name[0] != kDot) in IsDots()
51 return Name.Length() == 1 || (Name[1] == kDot && Name.Length() == 2); in IsDots()