MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / FileDevicePath

Function FileDevicePath

rEFIt_UEFI/refit/lib.h:350–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348BOOLEAN FileExists(IN CONST EFI_FILE *BaseDir, IN CONST XStringW& RelativePath);
349
350inline EFI_DEVICE_PATH_PROTOCOL* FileDevicePath (IN EFI_HANDLE Device, IN CONST XStringW& FileName) { return FileDevicePath(Device, FileName.wc_str()); }
351
352BOOLEAN DeleteFile(IN EFI_FILE *Root, IN CONST CHAR16 *RelativePath);
353

Callers 15

InitRefitLibFunction · 0.70
ScanDriverDirFunction · 0.70
DevicePathLib.hFile · 0.50
BOpt_FindFileSystemFunction · 0.50
BOpt_FindFilesFunction · 0.50
SetStartupDiskVolumeFunction · 0.50
IsOsxHibernatedFunction · 0.50
PrepareHibernationFunction · 0.50

Calls 1

wc_strMethod · 0.45

Tested by

no test coverage detected