TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
EFI_STATUS | TouchFileByHandle (IN SHELL_FILE_HANDLE Handle) |
EFI_STATUS | DoTouchByHandle (IN CONST CHAR16 *Name, IN CHAR16 *FS, IN SHELL_FILE_HANDLE Handle, IN BOOLEAN Rec) |
SHELL_STATUS EFIAPI | ShellCommandRunTouch (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Variables | |
STATIC CONST SHELL_PARAM_ITEM | ParamList [] |
Main file for Touch shell level 3 function.
(C) Copyright 2015 Hewlett-Packard Development Company, L.P.
Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file Touch.c.
EFI_STATUS DoTouchByHandle | ( | IN CONST CHAR16 * | Name, |
IN CHAR16 * | FS, | ||
IN SHELL_FILE_HANDLE | Handle, | ||
IN BOOLEAN | Rec | ||
) |
Touch a given file and potantially recurse down if it was a directory.
[in] | Name | The name of this file. |
[in] | FS | The name of the file system this file is on. |
[in] | Handle | The handle of this file already opened. |
[in] | Rec | TRUE to recurse if possible. |
EFI_INVALID_PARAMETER | A parameter was invalid. |
EFI_SUCCESS | The operation was successful. |
SHELL_STATUS EFIAPI ShellCommandRunTouch | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
EFI_STATUS TouchFileByHandle | ( | IN SHELL_FILE_HANDLE | Handle | ) |
STATIC CONST SHELL_PARAM_ITEM ParamList[] |