Searched refs:DestPathWalker (Results 1 – 1 of 1) sorted by relevance
93 CHAR16 *DestPathWalker; in IsValidMove() local119 for (DestPathWalker = DestPathCopy; *DestPathWalker == L'\\'; DestPathWalker++) ; in IsValidMove()121 while(DestPathWalker != NULL && DestPathWalker[StrLen(DestPathWalker)-1] == L'\\') { in IsValidMove()122 DestPathWalker[StrLen(DestPathWalker)-1] = CHAR_NULL; in IsValidMove()125 ASSERT(DestPathWalker != NULL); in IsValidMove()131 if ( StringNoCaseCompare (&DestPathWalker, &SourcePath) == 0 || in IsValidMove()132 ((StrStr(DestPathWalker, SourcePath) == DestPathWalker) && in IsValidMove()133 (DestPathWalker[StrLen(SourcePath)] == '\\') in IsValidMove()