Searched refs:ReadPos (Results 1 – 1 of 1) sorted by relevance
46 USHORT Length, ReadPos, WritePos; in FsRtlRemoveDotsFromPath() local65 for (ReadPos = 0, WritePos = 0; ReadPos < Length; ++WritePos) in FsRtlRemoveDotsFromPath()67 for (; ReadPos > 0 && ReadPos < Length; ++ReadPos) in FsRtlRemoveDotsFromPath()69 …if (ReadPos < Length - 1 && OriginalString[ReadPos] == '\\' && OriginalString[ReadPos + 1] == '\\') in FsRtlRemoveDotsFromPath()74 if (OriginalString[ReadPos] != '.') in FsRtlRemoveDotsFromPath()79 if (ReadPos == Length - 1) in FsRtlRemoveDotsFromPath()107 if (OriginalString[ReadPos + 1] != '.' || OriginalString[ReadPos - 1] != '\\' || in FsRtlRemoveDotsFromPath()108 ((ReadPos != Length - 2) && OriginalString[ReadPos + 2] != '\\')) in FsRtlRemoveDotsFromPath()128 ++ReadPos; in FsRtlRemoveDotsFromPath()131 if (ReadPos >= Length) in FsRtlRemoveDotsFromPath()[all …]