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.h352 IN CONST CHAR16 *ScriptPath,
DShell.c3037 IN CONST CHAR16 *ScriptPath, in RunScriptFile() argument
3048 if (ShellIsFile(ScriptPath) != EFI_SUCCESS) { in RunScriptFile()
3062 Status = ShellOpenFileByName(ScriptPath, &FileHandle, EFI_FILE_MODE_READ, 0); in RunScriptFile()
3067 Status = RunScriptFileHandle(FileHandle, ScriptPath); in RunScriptFile()
3075 Status = RunScriptFileHandle(Handle, ScriptPath); in RunScriptFile()