Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DPosixFileSystem.c370 EMU_SIMPLE_FILE_SYSTEM_PRIVATE *PrivateRoot; in PosixFileOpen() local
388 PrivateRoot = EMU_SIMPLE_FILE_SYSTEM_PRIVATE_DATA_FROM_THIS (PrivateFile->SimpleFileSystem); in PosixFileOpen()
426 AsciiStrCpy (NewPrivateFile->FileName, PrivateRoot->FilePath); in PosixFileOpen()
434 GuardPointer = NewPrivateFile->FileName + AsciiStrLen (PrivateRoot->FilePath); in PosixFileOpen()
501 if (AsciiStrCmp (NewPrivateFile->FileName, PrivateRoot->FilePath) == 0) { in PosixFileOpen()
993 EMU_SIMPLE_FILE_SYSTEM_PRIVATE *PrivateRoot; in PosixFileGetInfo() local
997 PrivateRoot = EMU_SIMPLE_FILE_SYSTEM_PRIVATE_DATA_FROM_THIS (PrivateFile->SimpleFileSystem); in PosixFileGetInfo()
1003 if (*BufferSize < SIZE_OF_EFI_FILE_SYSTEM_INFO + StrSize (PrivateRoot->VolumeLabel)) { in PosixFileGetInfo()
1004 *BufferSize = SIZE_OF_EFI_FILE_SYSTEM_INFO + StrSize (PrivateRoot->VolumeLabel); in PosixFileGetInfo()
1014 …FileSystemInfoBuffer->Size = SIZE_OF_EFI_FILE_SYSTEM_INFO + StrSize (PrivateRoot->VolumeLabel… in PosixFileGetInfo()
[all …]
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtSimpleFileSystemDxe/
DWinNtSimpleFileSystem.c869 WIN_NT_SIMPLE_FILE_SYSTEM_PRIVATE *PrivateRoot; in WinNtSimpleFileSystemOpen() local
915PrivateRoot = WIN_NT_SIMPLE_FILE_SYSTEM_PRIVATE_DATA_FROM_THIS (PrivateFile->SimpleFileSystem); in WinNtSimpleFileSystemOpen()
992 StrCpy (NewPrivateFile->FileName, PrivateRoot->FilePath); in WinNtSimpleFileSystemOpen()
1018 GuardPointer = NewPrivateFile->FileName + StrLen (PrivateRoot->FilePath); in WinNtSimpleFileSystemOpen()
1309 if (StrCmp (NewPrivateFile->FileName, PrivateRoot->FilePath) == 0) { in WinNtSimpleFileSystemOpen()
2136 WIN_NT_SIMPLE_FILE_SYSTEM_PRIVATE *PrivateRoot; in WinNtSimpleFileSystemGetInfo() local
2146 PrivateRoot = WIN_NT_SIMPLE_FILE_SYSTEM_PRIVATE_DATA_FROM_THIS (PrivateFile->SimpleFileSystem); in WinNtSimpleFileSystemGetInfo()
2155 if (*BufferSize < SIZE_OF_EFI_FILE_SYSTEM_INFO + StrSize (PrivateRoot->VolumeLabel)) { in WinNtSimpleFileSystemGetInfo()
2156 *BufferSize = SIZE_OF_EFI_FILE_SYSTEM_INFO + StrSize (PrivateRoot->VolumeLabel); in WinNtSimpleFileSystemGetInfo()
2162 …FileSystemInfoBuffer->Size = SIZE_OF_EFI_FILE_SYSTEM_INFO + StrSize (PrivateRoot->VolumeLabel… in WinNtSimpleFileSystemGetInfo()
[all …]