Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileName.cpp126 …if (len < 18 || len > 22 || memcmp(s + kDevicePathPrefixSize, FTEXT("PhysicalDrive"), 13 * sizeof(… in IsDevicePath()
280 return kDevicePathPrefixSize; in GetRootPrefixSize()
329 return kDevicePathPrefixSize; in GetRootPrefixSize()
DFileName.h27 const unsigned kDevicePathPrefixSize = 4; variable