Home | History | Annotate | Download | only in lib

Lines Matching refs:FilePath

39     IN OUT EFI_DEVICE_PATH      **FilePath,
71 UserFilePath = *FilePath;
103 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, &FileSystemProtocol, FilePath, DeviceHandle);
111 // Duplicate FilePath to make sure it is aligned so that
114 AlignedFilePath = DuplicateDevicePath(*FilePath);
123 // To access as a filesystem, the filepath should only
124 // contain filepath components. Follow the filepath nodes
132 // For filesystem access each node should be a filepath component
195 *FilePath = UserFilePath;
210 Status = LibDevicePathToInterface (&LoadFileProtocol, *FilePath, (VOID*)&LoadFile);
213 TempFilePath = DuplicateDevicePath (*FilePath);
230 *FilePath,
253 *FilePath,