Searched refs:PathCopy (Results 1 – 1 of 1) sorted by relevance
223 CHAR16 *PathCopy; in VerifyIntermediateDirectories() local230 PathCopy = NULL; in VerifyIntermediateDirectories()231 PathCopy = StrnCatGrow(&PathCopy, NULL, Path, 0); in VerifyIntermediateDirectories()234 if (PathCopy == NULL) { in VerifyIntermediateDirectories()238 …for (TempSpot = &PathCopy[StrLen(PathCopy)-1] ; *TempSpot != CHAR_NULL && *TempSpot != L'\\' ; Tem… in VerifyIntermediateDirectories()245 if (PathCopy != NULL && *PathCopy != CHAR_NULL) { in VerifyIntermediateDirectories()246 Status = VerifyIntermediateDirectories(PathCopy); in VerifyIntermediateDirectories()248 if (PathCopy[StrLen(PathCopy)-1] != L':') { in VerifyIntermediateDirectories()250 Status = ShellOpenFileByName(PathCopy, &FileHandle, EFI_FILE_MODE_READ, 0); in VerifyIntermediateDirectories()258 SHELL_FREE_NON_NULL(PathCopy); in VerifyIntermediateDirectories()