Searched refs:kDevicePathPrefixSize (Results 1 – 2 of 2) sorted by relevance
126 …if (len < 18 || len > 22 || !IsString1PrefixedByString2(s + kDevicePathPrefixSize, "PhysicalDrive"… in IsDevicePath()278 return kDevicePathPrefixSize; in GetRootPrefixSize()327 return kDevicePathPrefixSize; in GetRootPrefixSize()
27 const unsigned kDevicePathPrefixSize = 4; variable