Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/
H A DFileName.cpp127 #define IS_DEVICE_PATH(s) (IS_SEPAR((s)[0]) && IS_SEPAR((s)[1]) && (s)[2] == '.' && IS_SEPAR((s)[3])) macro
155 if (!IS_DEVICE_PATH(s)) in IsDevicePath()
342 if (IS_DEVICE_PATH(s)) in GetRootPrefixSize()
391 if (IS_DEVICE_PATH(s)) in GetRootPrefixSize()

Completed in 2 milliseconds