HomeSort by relevance Sort by last modified time
    Searched refs:PackageFile (Results 1 - 25 of 60) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiHiiPack/
HiiPack.c 64 FILE_NAME_LIST *PackageFile; // all include paths to search
159 CreateResourceScript (mGlobals.ResourceFileName, &mGlobals.Guid, mGlobals.PackageFile);
163 CreatePackageList (mGlobals.PackageListFileName, &mGlobals.Guid, mGlobals.PackageFile);
402 while (mGlobals.PackageFile != NULL) {
403 Next = mGlobals.PackageFile->Next;
404 if (mGlobals.PackageFile->Data != NULL) {
405 free (mGlobals.PackageFile->Data);
407 free (mGlobals.PackageFile);
408 mGlobals.PackageFile = Next;
661 if (mGlobals.PackageFile == NULL) {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DistributionPackageClass.py 121 for PackageFile in PackageList:
122 PackageFileFullPath = mws.join(Root, PackageFile)
123 WorkspaceDir = mws.getWs(Root, PackageFile)
137 (WsRelPath, PackageFile))
PackageFile.py 3 # PackageFile class represents the zip file of a distribution package.
17 PackageFile
43 class PackageFile:
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
MkPkg.py 52 from Core.PackageFile import PackageFile
108 ContentFile = PackageFile(GlobalData.gCONTENT_FILE, "w")
208 DistPkgFile = PackageFile(Options.PackFileToCreate, "w")
InstallPkg.py 53 from Core.PackageFile import PackageFile
54 from Core.PackageFile import FILE_NOT_FOUND
55 from Core.PackageFile import FILE_CHECKSUM_FAILURE
56 from Core.PackageFile import CreateDirectory
139 DistFile = PackageFile(DpPkgFileName)
181 ContentZipFile = PackageFile(ContentFile)
517 if not Options.PackageFile:
523 DistPkg, ContentZipFile, DpPkgFileName, DistFile = UnZipDp(WorkspaceDir, Options.PackageFile)
552 ST.ERR_UNKNOWN_FATAL_INSTALL_ERR % Options.PackageFile,
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
ld.go 46 ctxt.PackageFile = make(map[string]string)
76 case "packagefile":
78 log.Fatalf(`%s:%d: invalid packagefile: syntax is "packagefile path=filename"`, file, lineNum)
80 ctxt.PackageFile[before] = after
94 if ctxt.PackageFile != nil {
115 } else if ctxt.PackageFile != nil {
116 pname = ctxt.PackageFile[name]
link.go 80 PackageFile map[string]string
lib.go 277 if ctxt.PackageFile != nil {
278 if pname := ctxt.PackageFile[name]; pname != "" {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
ld.go 46 ctxt.PackageFile = make(map[string]string)
76 case "packagefile":
78 log.Fatalf(`%s:%d: invalid packagefile: syntax is "packagefile path=filename"`, file, lineNum)
80 ctxt.PackageFile[before] = after
94 if ctxt.PackageFile != nil {
115 } else if ctxt.PackageFile != nil {
116 pname = ctxt.PackageFile[name]
link.go 80 PackageFile map[string]string
lib.go 277 if ctxt.PackageFile != nil {
278 if pname := ctxt.PackageFile[name]; pname != "" {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DecParserMisc.py 45 self.PackagePath, self.PackageFile = os.path.split(Filename)
  /external/abi-compliance-checker/modules/Internals/
SysCheck.pm     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/
main.go 296 PackageFile map[string]string
314 if v.PackageFile[p] == "" {
321 file := v.PackageFile[path]
  /prebuilts/go/linux-x86/src/cmd/vet/
main.go 296 PackageFile map[string]string
314 if v.PackageFile[p] == "" {
321 file := v.PackageFile[path]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/
Makefile 163 $(BASE_TOOLS_PATH)\Source\Python\UPT\Core\PackageFile.py \
  /prebuilts/go/darwin-x86/src/cmd/go/internal/work/
exec.go 514 PackageFile: make(map[string]string),
554 fmt.Fprintf(&icfg, "packagefile %s=%s\n", p1.ImportPath, a1.built)
561 vcfg.PackageFile[p1.ImportPath] = a1.built
685 PackageFile map[string]string
715 vcfg.PackageFile["fmt"] = a1.built
770 fmt.Fprintf(h, "packagefile %s=%s\n", p1.ImportPath, contentID(buildID))
888 fmt.Fprintf(&icfg, "packagefile %s=%s\n", p1.ImportPath, a1.built)
1008 fmt.Fprintf(h, "packagefile %s=%s\n", p1.ImportPath, contentID(b.buildID(a1.built)))
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/work/
exec.go 514 PackageFile: make(map[string]string),
554 fmt.Fprintf(&icfg, "packagefile %s=%s\n", p1.ImportPath, a1.built)
561 vcfg.PackageFile[p1.ImportPath] = a1.built
685 PackageFile map[string]string
715 vcfg.PackageFile["fmt"] = a1.built
770 fmt.Fprintf(h, "packagefile %s=%s\n", p1.ImportPath, contentID(buildID))
888 fmt.Fprintf(&icfg, "packagefile %s=%s\n", p1.ImportPath, a1.built)
1008 fmt.Fprintf(h, "packagefile %s=%s\n", p1.ImportPath, contentID(b.buildID(a1.built)))
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.2.0/
gradle-core-2.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.2.0-alpha1/
gradle-core-2.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.2.0-alpha3/
gradle-core-2.2.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.2.0-alpha4/
gradle-core-2.2.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.2.0-alpha6/
gradle-core-2.2.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.2.0-alpha7/
gradle-core-2.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.2.0-beta1/
gradle-core-2.2.0-beta1.jar 

Completed in 379 milliseconds

1 2 3