| 242 | } |
| 243 | |
| 244 | EFI_STATUS ReinitRefitLib(VOID) |
| 245 | { |
| 246 | // called after running external programs to re-open file handles |
| 247 | // |
| 248 | ReinitVolumes(); |
| 249 | |
| 250 | if (SelfVolume != NULL && SelfVolume->RootDir != NULL) |
| 251 | SelfRootDir = SelfVolume->RootDir; |
| 252 | |
| 253 | return FinishInitRefitLib(); |
| 254 | } |
| 255 | |
| 256 | EFI_STATUS ReinitSelfLib(VOID) |
| 257 | { |
nothing calls this directly
no test coverage detected