Home
last modified time | relevance | path

Searched refs:Executable (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
DCommonXml.py443 Executable = XmlAttribute(XmlNode(SubItem, '%s/Filename' % Key), 'Executable')
444 if Executable.upper() == "TRUE":
445 Executable = True
446 elif Executable.upper() == "FALSE":
447 Executable = False
449 Executable = ''
450 self.Files.append([Filename, Executable])
474 Executable = \
477 if Executable.upper() == "TRUE":
478 Executable = True
[all …]
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
DArmShellCmdRunAxf.uni54 "Loads and executes ARM Executable File (AXF).\r\n"
60 "Loads and executes ARM Executable File (AXF). This function is not expected to return.\r\n"
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
DCommonObject.py309 self.Executable = ''
313 def SetExecutable(self, Executable): argument
314 self.Executable = Executable
317 return self.Executable
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
DInstallPkg.py669 Executable = Item.GetExecutable()
671 Md5Sum = InstallFile(ContentZipFile, FromFile, ToFile, ReadOnly, Executable)
784 def InstallFile(ContentZipFile, FromFile, ToFile, ReadOnly, Executable=False): argument
792 if not Executable:
796 elif Executable:
846 Executable = Item.GetExecutable()
848 Md5Sum = InstallFile(ContentZipFile, FromFile, ToFile, ReadOnly, Executable)
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Xcode/xcode_project32/xcode_project.xcodeproj/
Ddefault.pbxuser112 displayName = "Executable Runner";
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Xcode/xcode_project64/xcode_project.xcodeproj/
Ddefault.pbxuser112 displayName = "Executable Runner";
/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
DCommonClass.py442 self.Executable = ''
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
DREADME144 Executable: /usr/local/bin/python
/device/linaro/bootloader/edk2/BaseTools/UserManuals/
DGenFw_Utility_Man_Page.rtf93 ify the standard PE32 image to create UEFI image with EFI subsystem type, PI Terse Executable image…