Searched refs:CorrectedPath (Results 1 – 1 of 1) sorted by relevance
362 CHAR16 *CorrectedPath; in PrintLsOutput() local373 CorrectedPath = NULL; in PrintLsOutput()381 CorrectedPath = StrnCatGrow(&CorrectedPath, &LongestPath, RootPath, 0); in PrintLsOutput()382 if (CorrectedPath == NULL) { in PrintLsOutput()385 if (CorrectedPath[StrLen(CorrectedPath)-1] != L'\\' in PrintLsOutput()386 &&CorrectedPath[StrLen(CorrectedPath)-1] != L'/') { in PrintLsOutput()387 CorrectedPath = StrnCatGrow(&CorrectedPath, &LongestPath, L"\\", 0); in PrintLsOutput()389 CorrectedPath = StrnCatGrow(&CorrectedPath, &LongestPath, SearchString, 0); in PrintLsOutput()390 if (CorrectedPath == NULL) { in PrintLsOutput()394 PathCleanUpDirectories(CorrectedPath); in PrintLsOutput()[all …]