/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/ |
D | FindFiles.c | 80 char FullPath[MAX_PATH]; in FindFiles() local 85 strcpy (FullPath, RootDirectory); in FindFiles() 90 if (_getcwd (FullPath, sizeof (FullPath)) == NULL) { in FindFiles() 97 if (FullPath[strlen (FullPath) - 1] != '\\') { in FindFiles() 98 strcat (FullPath, "\\"); in FindFiles() 101 strcat (FullPath, RootDirectory); in FindFiles() 104 if (FullPath[strlen (FullPath) - 1] == '\\') { in FindFiles() 105 FullPath[strlen (FullPath) - 1] = 0; in FindFiles() 110 return ProcessDirectory (FullPath, FileMask, Callback); in FindFiles()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/ |
D | InfParser.py | 113 self.FullPath = Filename 117 GlobalData.gINF_MODULE_NAME = self.FullPath 324 File=self.FullPath, 398 File=self.FullPath) 403 File=self.FullPath) 411 File=self.FullPath, 428 File=self.FullPath, 454 File=self.FullPath, 468 File=self.FullPath, Line=LineNo, 480 self.FullPath, [all …]
|
D | InfDefineSectionParser.py | 180 InfDefMemberObj.CurrentLine.SetFileName(self.FullPath)
|
D | InfParserMisc.py | 204 self.FullPath = ''
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
D | Ls.c | 555 CHAR16 *FullPath; in ShellCommandRunLs() local 561 FullPath = NULL; in ShellCommandRunLs() 669 ASSERT(FullPath == NULL); in ShellCommandRunLs() 671 StrnCatGrow(&FullPath, NULL, CurDir, 0); in ShellCommandRunLs() 672 Size = FullPath != NULL? StrSize(FullPath) : 0; in ShellCommandRunLs() 673 StrnCatGrow(&FullPath, &Size, L"\\", 0); in ShellCommandRunLs() 685 ASSERT((FullPath == NULL && Size == 0) || (FullPath != NULL)); in ShellCommandRunLs() 687 StrnCatGrow(&FullPath, &Size, gEfiShellProtocol->GetCurDir(NULL), 0); in ShellCommandRunLs() 688 if (FullPath == NULL) { in ShellCommandRunLs() 692 Size = FullPath != NULL? StrSize(FullPath) : 0; in ShellCommandRunLs() [all …]
|
D | Vol.c | 215 CHAR16 *FullPath; in ShellCommandRunVol() local 225 FullPath = NULL; in ShellCommandRunVol() 282 StrnCatGrow(&FullPath, &Length, PathName, 0); in ShellCommandRunVol() 283 StrnCatGrow(&FullPath, &Length, L":\\", 0); in ShellCommandRunVol() 297 FullPath, in ShellCommandRunVol() 306 SHELL_FREE_NON_NULL(FullPath); in ShellCommandRunVol()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/ |
D | TableFile.py | 69 def Insert(self, Name, ExtName, Path, FullPath, Model, TimeStamp): argument 71 (Name, ExtName, Path, FullPath) = ConvertToSqlString((Name, ExtName, Path, FullPath)) 73 … % (self.Table, self.ID, Name, ExtName, Path, FullPath, Model, TimeStamp) 91 return self.Insert(File.Name, File.ExtName, File.Path, File.FullPath, File.Model, TimeStamp)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/ |
D | DistributionPackageClass.py | 209 FullPath = Package.GetFullPath() 213 SearchPath = os.path.normpath(os.path.join(os.path.dirname(FullPath), IncludePath)) 230 FullPath = Module.GetFullPath() 237 OriPath = os.path.normpath(os.path.dirname(FullPath)) 244 … NonMetaDataFileList = GetNonMetaDataFiles(os.path.dirname(FullPath), SkipList, False, PkgRelPath) 251 FullPath = Module.GetFullPath() 257 OriPath = os.path.normpath(os.path.dirname(FullPath)) 261 … NonMetaDataFileList = GetNonMetaDataFiles(os.path.dirname(FullPath), SkipList, False, ModulePath)
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
D | BmBoot.c | 256 OUT EFI_DEVICE_PATH_PROTOCOL **FullPath, in BmGetFileBufferByMemmapFv() argument 276 *FullPath = DuplicateDevicePath (DevicePath); in BmGetFileBufferByMemmapFv() 292 FileBuffer = BmGetFileBufferByMemmapFv (NewDevicePath, FullPath, FileSize); in BmGetFileBufferByMemmapFv() 317 FileBuffer = BmGetFileBufferByMemmapFv (NewDevicePath, FullPath, FileSize); in BmGetFileBufferByMemmapFv() 1066 OUT EFI_DEVICE_PATH_PROTOCOL **FullPath, in BmExpandUsbDevicePath() argument 1086 FileBuffer = BmGetLoadOptionBuffer (FullDevicePath, FullPath, FileSize); in BmExpandUsbDevicePath() 1112 OUT EFI_DEVICE_PATH_PROTOCOL **FullPath, in BmExpandFileDevicePath() argument 1150 *FullPath = FullDevicePath; in BmExpandFileDevicePath() 1163 *FullPath = NULL; in BmExpandFileDevicePath() 1244 OUT EFI_DEVICE_PATH_PROTOCOL **FullPath, in BmExpandPartitionDevicePath() argument [all …]
|
D | InternalBm.h | 369 OUT EFI_DEVICE_PATH_PROTOCOL **FullPath,
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/ |
D | MetaDataTable.py | 187 def Insert(self, Name, ExtName, Path, FullPath, Model, TimeStamp): argument 188 (Name, ExtName, Path, FullPath) = ConvertToSqlString((Name, ExtName, Path, FullPath)) 194 FullPath,
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/ |
D | DataClass.py | 354 …def __init__(self, ID = -1, Name = '', ExtName = '', Path = '', FullPath = '', Model = MODEL_UNKNO… argument 360 self.FullPath = FullPath
|
D | CommonClass.py | 145 self.FullPath = ''
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/ |
D | InfPomAlignment.py | 73 self.FullPath = '' 101 self.FullPath = self.Parser.FullPath 145 self.SetFullPath(self.FullPath) 156 CombinePath = GetRelativePath(self.FullPath, self.WorkSpace) 191 … ST.ERR_INF_PARSER_DEFINE_SECTION_MUST_ITEM_NOT_EXIST % ("MODULE_TYPE"), File=self.FullPath) 204 File=self.FullPath, 210 … ST.ERR_INF_PARSER_DEFINE_SECTION_MUST_ITEM_NOT_EXIST % ("BASE_NAME"), File=self.FullPath) 219 … ST.ERR_INF_PARSER_DEFINE_SECTION_MUST_ITEM_NOT_EXIST % ("INF_VERSION"), File=self.FullPath) 224 … ST.ERR_INF_PARSER_DEFINE_SECTION_MUST_ITEM_NOT_EXIST % ("FILE_GUID"), File=self.FullPath) 248 …gger.Error("Parser", PARSER_ERROR, ST.ERR_INF_PARSER_NOT_SUPPORT_EDKI_INF, ExtraData=self.FullPath, [all …]
|
D | DecPomAlignment.py | 721 if self.FullPath: 742 if self.FullPath: 790 File=self.FullPath) 864 (PcdGuidName, DefaultValue), Message=Msg, File=self.FullPath) 867 Message=Msg, File=self.FullPath)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
D | Eot.py | 271 FullPath = os.path.normpath(os.path.join(Root, File)) 272 if FullPath not in mSourceFileList and File[-2:].upper() == '.H': 273 mSourceFileList.append(FullPath) 274 EotGlobalData.gOP_SOURCE_FILES.write('%s\n' % FullPath) 275 if FullPath not in mDecFileList and File.upper().find('.DEC') > -1: 276 mDecFileList.append(FullPath)
|
D | Database.py | 176 …FileID = self.TblFile.Insert(File.Name, File.ExtName, File.Path, File.FullPath, Model = File.Model… 197 EdkLogger.verbose("Insert information from file %s ... DONE!" % File.FullPath)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/ |
D | InstallPkg.py | 74 FullPath = os.path.normpath(os.path.join(WorkspaceDir, Path)) 75 if os.path.exists(FullPath): 76 Logger.Info(ST.ERR_DIR_ALREADY_EXIST%FullPath) 98 FullPath = os.path.normpath(os.path.join(WorkspaceDir, Path)) 99 if os.path.exists(FullPath) and FullPath not in PathList: 101 elif Path == FullPath: 102 Logger.Info(ST.MSG_RELATIVE_PATH_ONLY%FullPath) 120 FullPath = os.path.normpath(os.path.join(WorkspaceDir, File)) 121 if os.path.exists(FullPath):
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Utility/ |
D | Path.c | 273 OUT wchar_t **FullPath, in ParsePath() argument 354 *FullPath = WPath; in ParsePath()
|
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Device/ |
D | Device.h | 130 ParsePath( const char *path, wchar_t **FullPath, DeviceNode **DevNode, int *Which, wchar_t **MapPat…
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/ |
D | Misc.py | 188 def GetFiles(Root, SkipList=None, FullPath=True): argument 206 if not FullPath: 220 def GetNonMetaDataFiles(Root, SkipList, FullPath, PrefixPath): argument 221 FileList = GetFiles(Root, SkipList, FullPath) 735 FullPath = os.path.normpath(os.path.join(Root, Path)) 742 return FullPath[FullPath.find(Root) + len(Root) + 1:]
|
D | ParserValidate.py | 240 FullPath = mws.join(Root, Path) 242 if not os.path.exists(FullPath):
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/ |
D | CommonObject.py | 394 self.FullPath = '' 419 def SetFullPath(self, FullPath): argument 420 self.FullPath = FullPath 423 return self.FullPath
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/ |
D | Database.py | 173 …FileID = self.TblFile.Insert(File.Name, File.ExtName, File.Path, File.FullPath, Model = File.Model… 212 EdkLogger.verbose("Insert information from file %s ... DONE!" % File.FullPath)
|
D | c.py | 597 FullPath = os.path.join(IncludePath, Str) 598 FullPath = os.path.normpath(FullPath) 599 if os.path.exists(FullPath): 600 return FullPath 620 FullPath = GetFullPathOfIncludeFile(FileName, IncludePathList) 621 if FullPath != None: 622 IncludeFileQueue.append(FullPath) 631 FullPath = GetFullPathOfIncludeFile(FileName, IncludePathList) 632 if FullPath != None and FullPath not in IncludeFileQueue: 633 IncludeFileQueue.insert(i + 1, FullPath)
|