/** @file\r
AML NameSpace.\r
\r
- Copyright (c) 2019 - 2020, Arm Limited. All rights reserved.<BR>\r
+ Copyright (c) 2019 - 2021, Arm Limited. All rights reserved.<BR>\r
\r
SPDX-License-Identifier: BSD-2-Clause-Patent\r
**/\r
AML_PATH_SEARCH_CONTEXT * PathSearchContext;\r
\r
AML_STREAM * SearchPathBStream;\r
- CHAR8 * SearchedPath;\r
\r
AML_STREAM * CurrNodePathBStream;\r
- CHAR8 * CurrNodePath;\r
UINT32 CurrNodePathSize;\r
\r
ContinueEnum = TRUE;\r
goto exit_handler;\r
}\r
\r
- SearchedPath = (CHAR8*)AmlStreamGetCurrPos (SearchPathBStream);\r
- CurrNodePath = (CHAR8*)AmlStreamGetCurrPos (CurrNodePathBStream);\r
-\r
// Get the raw AML absolute pathname of the current node.\r
Status1 = AmlGetRawNameSpacePath (Node, 0, CurrNodePathBStream);\r
if (EFI_ERROR (Status1)) {\r