| 1319 | } |
| 1320 | |
| 1321 | DWORD CalcHashValue(const char * szPath) |
| 1322 | { |
| 1323 | return (BYTE)(szPath[PathLength]) ^ (NodeIndex << 0x05) ^ NodeIndex; |
| 1324 | } |
| 1325 | |
| 1326 | TGenericArray<TPathStop> PathStops; // Array of path checkpoints |
| 1327 | TGenericArray<char> PathBuffer; // Buffer for building a file name |
no outgoing calls
no test coverage detected