Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileFind.h70 bool IsDots() const throw();
DFileFind.cpp58 bool CFileInfo::IsDots() const throw() in IsDots() function in NWindows::NFile::NFind::CFileInfo
635 if (!fi.IsDots()) in Next()
/external/webrtc/webrtc/base/
Dfileutils.h73 bool IsDots() const { in IsDots() function
/external/webrtc/talk/media/devices/
Dlinuxdevicemanager.cc145 if (!directoryIterator->IsDots()) { in ScanDeviceDirectory()