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

1 2

  /external/jarjar/src/main/com/tonicsystems/jarjar/
DepHandler.java 27 void handle(PathClass from, PathClass to) throws IOException;
PathClass.java 19 public class PathClass
24 public PathClass(String classPath, String className) {
DepFindVisitor.java 44 private PathClass curPathClass;
53 curPathClass = new PathClass(source, name);
62 handler.handle(curPathClass, new PathClass(otherSource, key));
AbstractDepHandler.java 32 public void handle(PathClass from, PathClass to) throws IOException {
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Utility/
Path.c 280 PATH_CLASS PathClass;
293 PathClass = ClassifyPath(WPath, &NewPath, &MapLen);
296 switch(PathClass) {
300 PathClass = PathAbsolute;
304 PathClass = ClassifyPath(NewPath, NULL, NULL);
316 break; // Exit the switch(PathClass) statement.
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
AprioriSection.py 25 from Common.Misc import SaveFileOnChange,PathClass
82 Inf = GenFdsGlobalVariable.WorkSpace.BuildObject[PathClass(InfFileName, GenFdsGlobalVariable.WorkSpaceDir), Arch, GenFdsGlobalVariable.TargetName, GenFdsGlobalVariable.ToolChainTag]
86 Inf = GenFdsGlobalVariable.WorkSpace.BuildObject[PathClass(InfFileName, GenFdsGlobalVariable.WorkSpaceDir), 'COMMON', GenFdsGlobalVariable.TargetName, GenFdsGlobalVariable.ToolChainTag]
DepexSection.py 27 from Common.Misc import PathClass
47 ModuleFile = PathClass(Inf, GenFdsGlobalVariable.WorkSpaceDir)
FfsInfStatement.py 33 from Common.Misc import PathClass
172 PathClassObj = PathClass(self.InfFileName, GenFdsGlobalVariable.WorkSpaceDir)
629 PathClassObj = PathClass(self.InfFileName, GenFdsGlobalVariable.WorkSpaceDir)
    [all...]
FdfParser.py 49 from Common.Misc import PathClass
645 IncludedFile1 = PathClass(IncludedFile, os.path.dirname(self.FileName))
656 IncludedFile1 = PathClass(IncludedFile, PlatformDir)
662 IncludedFile1 = PathClass(IncludedFile, GlobalData.gWorkspace)
    [all...]
GenFds.py 37 from Common.Misc import DirCache, PathClass
152 GenFdsGlobalVariable.ActivePlatform = PathClass(NormPath(ActivePlatform), Workspace)
GenFdsGlobalVariable.py 32 from Common.Misc import PathClass
136 PathClassObj = PathClass(Inf.MetaFile.File,
  /device/linaro/bootloader/edk2/BaseTools/Tests/
CheckUnicodeSourceFiles.py 25 from Common.Misc import PathClass
47 return PathClass(self.GetTmpFilePath(path))
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
BuildEngine.py 25 from Common.Misc import tdict, PathClass
212 NewRuleObject.DestFileList.append(PathClass(NormPath(File, Macros)))
280 DstFile.append(PathClass(File, IsBinary=True))
UniClassObject.py 25 from Common.Misc import PathClass
442 IncFile = PathClass(str(IncList[0]), Dir)
689 a = UniFileClassObject([PathClass("C:\\Edk\\Strings.uni"), PathClass("C:\\Edk\\Strings2.uni")])
AutoGen.py 350 ModuleFile = PathClass(NormPath(Inf), GlobalData.gWorkspace, Arch)
456 PathClassObj = PathClass(FfsFile.InfFileName, self.WorkspaceDir)
    [all...]
GenMake.py 813 FilePath = PathClass(FilePath)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
WorkspaceDatabase.py 167 ModuleFile = PathClass(NormPath(Record[0]), GlobalData.gWorkspace, Arch=self._Arch)
225 self._FlashDefinition = PathClass(NormPath(Record[2], self._Macros), GlobalData.gWorkspace)
524 ModuleFile = PathClass(NormPath(Record[0], Macros), GlobalData.gWorkspace, Arch=self._Arch)
545 LibraryPath = PathClass(NormPath(Record[1], Macros), GlobalData.gWorkspace, Arch=self._Arch)
636 LibraryInstance = PathClass(NormPath(LibraryInstance, Macros), GlobalData.gWorkspace, Arch=self._Arch)
664 File = PathClass(NormPath(Record[0], Macros), GlobalData.gWorkspace, Arch=self._Arch)
691 ModuleFile = PathClass(NormPath(Inf), GlobalData.gWorkspace, Arch=self._Arch)
    [all...]
MetaFileParser.py 29 from Common.Misc import GuidStructureStringToGuidString, CheckPcdDatum, PathClass, AnalyzePcdData, AnalyzeDscPcd
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
Ecc.py 30 from Common.Misc import PathClass
236 self.MetaFile = DscParser(PathClass(Filename, Root), MODEL_FILE_DSC, MetaFileStorage(EccGlobalData.gDb.TblDsc.Cur, Filename, MODEL_FILE_DSC, True))
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
build.py     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
UniClassObject.py 27 from Library.Misc import PathClass
546 IncFile = PathClass(str(IncList[0]), Dir)
    [all...]
Misc.py 445 ## PathClass
447 class PathClass(object):
514 # Check whether PathClass are the same
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DecPomAlignment.py 73 from Library.Misc import PathClass
283 UniFileClassObject([PathClass(os.path.join(DefObj.GetPackagePath(), DefObj.GetPackageUniFile()))])
    [all...]
InfPomAlignment.py 31 from Library.Misc import PathClass
214 self.UniFileClassObject = UniFileClassObject([PathClass(DefineObj.GetModuleUniFileName())])
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
MetaFileParser.py 30 from Common.Misc import GuidStructureStringToGuidString, CheckPcdDatum, PathClass, AnalyzePcdData
    [all...]

Completed in 232 milliseconds

1 2