Searched refs:kDevicePathPrefixSize (Results 1 – 2 of 2) sorted by relevance
73 …if (len < 18 || len > 22 || memcmp(s + kDevicePathPrefixSize, FTEXT("PhysicalDrive"), 13 * sizeof(… in IsDevicePath()144 return kDevicePathPrefixSize; in GetRootPrefixSize()191 return kDevicePathPrefixSize; in GetRootPrefixSize()
18 const unsigned kDevicePathPrefixSize = 4; variable