Home
last modified time | relevance | path

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

/acpica-latest/source/os_specific/efi/
Doseficlib.c242 CHAR16 *Path16 = NULL; in fopen() local
308 Path16 = ACPI_ALLOCATE_ZEROED ((Count + 1) * sizeof (CHAR16)); in fopen()
309 if (!Path16) in fopen()
316 Pos16 = Path16; in fopen()
337 AcpiGbl_EfiCurrentVolume, &EfiFile, Path16, OpenModes, 0); in fopen()
353 if (Path16) in fopen()
355 ACPI_FREE (Path16); in fopen()