HomeSort by relevance Sort by last modified time
    Searched refs:ConfDirectoryPath (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
TargetTxtClassObject.py 47 self.ConfDirectoryPath = ""
83 self.ConfDirectoryPath = os.path.dirname(FileName)
106 Tools_Def = os.path.join(self.ConfDirectoryPath, self.TargetTxtDictionary[Key].strip())
109 Tools_Def = os.path.join(self.ConfDirectoryPath, self.TargetTxtDictionary[Key].replace("Conf/", "", 1).strip())
112 Tools_Def = os.path.join(self.ConfDirectoryPath, self.TargetTxtDictionary[Key].strip())
116 Build_Rule = os.path.join(self.ConfDirectoryPath, self.TargetTxtDictionary[Key].strip())
119 Build_Rule = os.path.join(self.ConfDirectoryPath, self.TargetTxtDictionary[Key].replace("Conf/", "", 1).strip())
122 Build_Rule = os.path.join(self.ConfDirectoryPath, self.TargetTxtDictionary[Key].strip())
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
GenFds.py 145 ConfDirectoryPath = os.path.normpath(Options.ConfDirectory)
146 if ConfDirectoryPath.startswith('"'):
147 ConfDirectoryPath = ConfDirectoryPath[1:]
148 if ConfDirectoryPath.endswith('"'):
149 ConfDirectoryPath = ConfDirectoryPath[:-1]
150 if not os.path.isabs(ConfDirectoryPath):
153 ConfDirectoryPath = os.path.join(GenFdsGlobalVariable.WorkSpaceDir, ConfDirectoryPath)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
build.py 772 ConfDirectoryPath = os.path.normpath(self.ConfDirectory)
774 if not os.path.isabs(ConfDirectoryPath):
777 ConfDirectoryPath = mws.join(self.WorkspaceDir, ConfDirectoryPath)
780 ConfDirectoryPath = os.path.normcase(os.path.normpath(os.environ["CONF_PATH"]))
    [all...]

Completed in 172 milliseconds