Searched defs:CreateFile (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DEdkIIWorkspace.py307 def CreateFile(Directory, FileName, Mode='w'): function
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DUefiShellDebug1CommandsLib.c553 BOOLEAN CreateFile; local
560 CreateFile = FALSE;
574 ASSERT(CreateFile == FALSE);
617 // file doesn't exist, so set CreateFile to TRUE and can't be read-only
619 CreateFile = TRUE;
626 if (!CreateFile) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Protocol/
H A DEfiShell.h980 EFI_SHELL_CREATE_FILE CreateFile; member in struct:_EFI_SHELL_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DFileBuffer.c790 BOOLEAN CreateFile; local
801 CreateFile = FALSE;
818 CreateFile = FALSE;
877 // file doesn't exist, so set CreateFile to TRUE
879 CreateFile = TRUE;
898 if (!CreateFile) {
1135 // end of if CreateFile
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinbase.h833 /* Security flags for dwFlagsAndAttributes of CreateFile */
1616 #define CreateFile WINELIB_NAME_AW(CreateFile) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinbase.h757 /* Security flags for dwFlagsAndAttributes of CreateFile */
1396 #define CreateFile WINELIB_NAME_AW(CreateFile) macro

Completed in 101 milliseconds