Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileName.h35 bool IsDevicePath(CFSTR s) throw(); /* \\.\ */
DFileName.cpp106 if (IsDevicePath(s)) in IsAltPathPrefix()
137 bool IsDevicePath(CFSTR s) throw() in IsDevicePath() function
DFileIO.cpp424 IsDeviceFile = IsDevicePath(fileName); \
DFileFind.cpp578 if (IsDevicePath(path)) in Find()
/external/lzma/CPP/7zip/UI/FileManager/
DPanelFolderChange.cpp454 && NName::IsDevicePath(us2fs(path.Left(path.Len() - 1)))) in LoadFullPathAndShow()
734 if (i == 0 && NName::IsDevicePath(us2fs(sumPath))) in OnComboBoxCommand()
/external/lzma/CPP/7zip/UI/Common/
DEnumDirItems.cpp1568 if (NFile::NName::IsDevicePath(path)) in ConvertToLongName()
/external/lzma/CPP/7zip/UI/Explorer/
DContextMenu.cpp687 if (NName::IsDevicePath(us2fs(fileName))) in QueryContextMenu()