Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileName.cpp39 #define IS_DEVICE_PATH(s) ((s)[0] == '\\' && (s)[1] == '\\' && (s)[2] == '.' && (s)[3] == '\\') macro
68 if (!IS_DEVICE_PATH(s)) in IsDevicePath()
143 if (IS_DEVICE_PATH(s)) in GetRootPrefixSize()
190 if (IS_DEVICE_PATH(s)) in GetRootPrefixSize()