Searched refs:FileName (Results 1 - 25 of 339) sorted by relevance

1234567891011>>

/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
H A DOptRomFileStatement.py30 self.FileName = None
44 if self.FileName != None:
45 self.FileName = GenFdsGlobalVariable.ReplaceWorkspaceMacro(self.FileName)
47 return self.FileName
H A DFdfParser.py97 if Profile.IsLineInFile(Line) and Profile.FileName == File:
128 self.FileName = FileLineTuple[0]
144 # @param FileName The file that to be parsed
146 def __init__(self, FileName, Line):
147 self.FileName = FileName
160 # @param FileName The file that to be parsed
162 def __init__(self, FileName):
163 self.FileName = FileName
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
H A DLongFilePathSupport.py23 def LongFilePath(FileName):
24 FileName = os.path.normpath(FileName)
26 if FileName.startswith('\\\\?\\'):
27 return FileName
28 if FileName.startswith('\\\\'):
29 return '\\\\?\\UNC\\' + FileName[2:]
30 if os.path.isabs(FileName):
31 return '\\\\?\\' + FileName
32 return FileName
[all...]
H A DIdentification.py19 # @var FileName: To store data for Filename
26 self.FileName = ''
42 def GetFileFullPath(self, FileName, FileRelativePath):
49 def GetFileRelativePath(self, FileName, FileFullPath):
H A DEdkIIWorkspace.py96 # @param FileName: The filename to be Converted
101 def WorkspaceRelativePath(self, FileName):
102 FileName = os.path.realpath(FileName)
103 if FileName.find(self.WorkspaceDir) != 0:
105 return FileName.replace (self.WorkspaceDir, '').strip('\\').strip('/')
111 # @param FileName: The filename to be Converted
115 def WorkspaceFile(self, FileName):
116 return os.path.realpath(mws.join(self.WorkspaceDir,FileName))
122 # @param FileName
[all...]
H A DFdfParserLite.py54 return (Profile.FileName, Line - Profile.InsertStartLineNumber + 1)
75 self.FileName = FileLineTuple[0]
87 # @param FileName The file that to be parsed
89 def __init__(self, FileName, Line):
90 self.FileName = FileName
103 # @param FileName The file that to be parsed
105 def __init__(self, FileName):
106 self.FileName = FileName
[all...]
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/
H A DFdtLoadLib.h30 IN CONST CHAR16* FileName
45 IN CONST EFI_GUID *FileName
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
H A DFileProfile.py43 # @param FileName The file that to be parsed
45 def __init__(self, FileName):
49 fsock = open(FileName, "rb", 0)
56 raise Warning("Error when opening file %s" % FileName)
H A DParserWarning.py28 self.FileName = File
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
H A DFileProfile.py46 # @param FileName: The file that to be parsed
48 def __init__(self, FileName):
52 fsock = open(FileName, "rb", 0)
59 raise Warning("Error when opening file %s" % FileName)
H A DParserWarning.py24 self.FileName = File
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/
H A DHiiPack.h34 char *FileName
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
H A DFWVolume.h55 char *FileName
67 char *FileName
H A DCommon.h63 char *FileName; member in struct:_SMART_FILE
72 char *FileName
115 INT8 *FileName
120 INT8 *FileName
H A DDscFile.h28 char *FileName; member in struct:_SECTION_LINE
39 char *FileName; member in struct:_DSC_FILE_NAME
62 DSC_FILE_NAME *FileName; member in struct:__anon5044
72 char *FileName
H A DDscFile.c48 char *FileName,
108 ParserSetPosition (DSC->CurrentLine->FileName, DSC->CurrentLine->LineNum);
116 char *FileName
128 FileName - name of the file to process
141 Status = DSCParseInclude (DSC, FileName, 1);
149 char *FileName,
179 if ((FilePtr = fopen (FileName, "r")) == NULL) {
186 Error (NULL, 0, 0, FileName, "could not open DSC file for reading");
188 Error (NULL, 0, 0, FileName, "could not open !include DSC file for reading");
203 NewDscFileName->FileName
147 DSCParseInclude( DSC_FILE *DSC, char *FileName, int NestLevel ) argument
[all...]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DFileImage.h56 @param[in] FileName filename to read.
65 IN CONST CHAR16 *FileName,
72 @param[in] FileName The file name.
80 IN CHAR16 *FileName
H A DFileImage.c74 SHELL_FREE_NON_NULL (HFileImageBackupVar.FileName);
75 HFileImageBackupVar.FileName = CatSPrint(NULL, L"%s", HFileImage.FileName);
76 if (HFileImageBackupVar.FileName == NULL) {
94 SHELL_FREE_NON_NULL (HFileImage.FileName);
95 SHELL_FREE_NON_NULL (HFileImageBackupVar.FileName);
101 Set FileName field in HFileImage
119 SHELL_FREE_NON_NULL (HFileImage.FileName);
123 HFileImage.FileName = AllocateZeroPool (2 * (Size + 1));
124 if (HFileImage.FileName
148 HFileImageRead( IN CONST CHAR16 *FileName, IN BOOLEAN Recover ) argument
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
H A DVfrError.cpp101 INT8 *FileName = NULL; local
111 FileName = ++Str;
113 while((Str = strstr (FileName, "\\\\")) != NULL) {
114 FileName = Str + 2;
116 if ((mFileName = new INT8[strlen(FileName)]) != NULL) {
117 for (Index = 0; FileName[Index] != '\"'; Index++) {
118 mFileName[Index] = FileName[Index];
163 OUT INT8 **FileName,
169 if ((FileName == NULL) || (FileLine == NULL)) {
173 *FileName
161 GetFileNameLineNum( IN UINT32 LineNum, OUT INT8 **FileName, OUT UINT32 *FileLine ) argument
205 INT8 *FileName = NULL; local
220 INT8 *FileName = NULL; local
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
H A DInfHeaderObject.py23 # ## @file xxx.inf FileName
35 self.FileName = ''
43 # @param FileName: File Name
45 def SetFileName(self, FileName):
46 if not (FileName == '' or FileName == None):
47 self.FileName = FileName
55 return self.FileName
H A DInfCommonObject.py51 self.FileName = ''
79 # @param FileName: File Name
81 def SetFileName(self, FileName):
82 self.FileName = FileName
87 return self.FileName
/device/linaro/bootloader/edk2/ArmPkg/Library/SemihostLib/
H A DSemihostLib.c32 IN CHAR8 *FileName,
45 if (*FileName == '\\') {
46 FileName++;
49 OpenBlock.FileName = FileName;
51 OpenBlock.NameLength = AsciiStrLen(FileName);
217 IN CHAR8 *FileName
224 if (*FileName == '\\') {
225 FileName++;
228 RemoveBlock.FileName
31 SemihostFileOpen( IN CHAR8 *FileName, IN UINT32 Mode, OUT UINTN *FileHandle ) argument
252 SemihostFileRename( IN CHAR8 *FileName, IN CHAR8 *NewFileName ) argument
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/FileInfo/
H A DFileInfo.h44 CHAR16 FileName[1]; member in struct:__anon4059
48 // The FileName field of the EFI_FILE_INFO data structure is variable length.
50 // be the size of the data structure without the FileName field. The following macro
51 // computes this size correctly no matter how big the FileName array is declared.
54 #define SIZE_OF_EFI_FILE_INFO EFI_FIELD_OFFSET (EFI_FILE_INFO, FileName)
/device/linaro/bootloader/edk2/MdePkg/Include/Guid/
H A DFileInfo.h27 /// The size of the EFI_FILE_INFO structure, including the Null-terminated FileName string.
57 CHAR16 FileName[1]; member in struct:__anon6647
61 /// The FileName field of the EFI_FILE_INFO data structure is variable length.
63 /// be the size of the data structure without the FileName field. The following macro
64 /// computes this size correctly no matter how big the FileName array is declared.
67 #define SIZE_OF_EFI_FILE_INFO OFFSET_OF (EFI_FILE_INFO, FileName)
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
H A DVfrError.cpp118 CHAR8 *FileName = NULL; local
128 FileName = ++Str;
130 while((Str = strstr (FileName, "\\\\")) != NULL) {
131 FileName = Str + 2;
133 if ((mFileName = new CHAR8[strlen(FileName)]) != NULL) {
134 for (Index = 0; FileName[Index] != '\"'; Index++) {
135 mFileName[Index] = FileName[Index];
179 OUT CHAR8 **FileName,
185 if ((FileName == NULL) || (FileLine == NULL)) {
189 *FileName
177 GetFileNameLineNum( IN UINT32 LineNum, OUT CHAR8 **FileName, OUT UINT32 *FileLine ) argument
221 CHAR8 *FileName = NULL; local
240 CHAR8 *FileName = NULL; local
272 CHAR8 *FileName = NULL; local
[all...]

Completed in 347 milliseconds

1234567891011>>