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

  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
Open.c 101 CHAR16 NewFileName[EFI_PATH_STRING_LENGTH];
123 Status = FatLocateOFile (&OFile, FileName, Attributes, NewFileName);
128 if (*NewFileName != 0) {
137 Status = FatCreateDirEnt (OFile, NewFileName, Attributes, &DirEnt);
Info.c 305 CHAR16 NewFileName[EFI_PATH_STRING_LENGTH];
373 Status = FatLocateOFile (&Parent, NewInfo->FileName, DirEnt->Entry.Attributes, NewFileName);
378 if (*NewFileName != 0) {
398 Status = FatCreateDirEnt (Parent, NewFileName, DirEnt->Entry.Attributes, &TempDirEnt);
  /device/linaro/bootloader/edk2/ArmPkg/Library/SemihostLib/
SemihostPrivate.h 50 CHAR8 *NewFileName;
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
PosixFileSystem.c 1077 CHAR8 *NewFileName;
1097 OldFileName = NewFileName = NULL;
1197 NewFileName = malloc (AsciiStrLen (PrivateRoot->FilePath) + 1 + StrLen (NewFileInfo->FileName) + 1);
1198 if (NewFileName == NULL) {
1202 AsciiStrCpy (NewFileName, PrivateRoot->FilePath);
1203 AsciiFilePtr = NewFileName + AsciiStrLen(NewFileName);
1207 NewFileName = malloc (AsciiStrLen (PrivateFile->FileName) + 2 + StrLen (NewFileInfo->FileName) + 1);
1208 if (NewFileName == NULL) {
1212 AsciiStrCpy (NewFileName, PrivateRoot->FilePath)
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtSimpleFileSystemDxe/
WinNtSimpleFileSystem.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 192 milliseconds