HomeSort by relevance Sort by last modified time
    Searched defs:CurrentHandle (Results 1 - 5 of 5) sorted by null

  /external/libchrome/base/threading/
platform_thread_posix.cc 67 PlatformThread::CurrentHandle().platform_handle(),
73 PlatformThread::CurrentHandle().platform_handle(),
157 PlatformThreadHandle PlatformThread::CurrentHandle() {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/
AcpiSupport.h 109 UINTN CurrentHandle;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
AcpiTable.h 116 UINTN CurrentHandle;
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiFileHandleLib/
UefiFileHandleLib.c 796 EFI_FILE_HANDLE CurrentHandle;
810 CurrentHandle = NULL;
812 Status = Handle->Open(Handle, &CurrentHandle, L".", EFI_FILE_MODE_READ, 0);
818 FileInfo = FileHandleGetInfo(CurrentHandle);
847 Status = CurrentHandle->Open (CurrentHandle, &NextHigherHandle, L"..", EFI_FILE_MODE_READ, 0);
852 FileHandleClose(CurrentHandle);
853 CurrentHandle = NextHigherHandle;
869 if (CurrentHandle != NULL) {
870 CurrentHandle->Close (CurrentHandle);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DrvCfg.c     [all...]

Completed in 194 milliseconds