Searched refs:ScriptPath (Results 1 – 2 of 2) sorted by relevance
352 IN CONST CHAR16 *ScriptPath,
3037 IN CONST CHAR16 *ScriptPath, in RunScriptFile() argument3048 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()