Home
last modified time | relevance | path

Searched refs:ScriptPath (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.h350 IN CONST CHAR16 *ScriptPath,
DShell.c2997 IN CONST CHAR16 *ScriptPath, in RunScriptFile() argument
3008 if (ShellIsFile(ScriptPath) != EFI_SUCCESS) { in RunScriptFile()
3022 Status = ShellOpenFileByName(ScriptPath, &FileHandle, EFI_FILE_MODE_READ, 0); in RunScriptFile()
3027 Status = RunScriptFileHandle(FileHandle, ScriptPath); in RunScriptFile()
3035 Status = RunScriptFileHandle(Handle, ScriptPath); in RunScriptFile()