Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileName.cpp93 #define IS_DEVICE_PATH(s) (IS_SEPAR((s)[0]) && IS_SEPAR((s)[1]) && (s)[2] == '.' && IS_SEP… macro
121 if (!IS_DEVICE_PATH(s)) in IsDevicePath()
279 if (IS_DEVICE_PATH(s)) in GetRootPrefixSize()
328 if (IS_DEVICE_PATH(s)) in GetRootPrefixSize()