OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
156
ConfDirectoryPath
= os.path.normpath(Options.ConfDirectory)
157
if
ConfDirectoryPath
.startswith('"'):
158
ConfDirectoryPath
=
ConfDirectoryPath
[1:]
159
if
ConfDirectoryPath
.endswith('"'):
160
ConfDirectoryPath
=
ConfDirectoryPath
[:-1]
161
if not os.path.isabs(
ConfDirectoryPath
):
164
ConfDirectoryPath
= os.path.join(GenFdsGlobalVariable.WorkSpaceDir,
ConfDirectoryPath
)
[
all
...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
build.py
754
ConfDirectoryPath
= os.path.normpath(self.ConfDirectory)
756
if not os.path.isabs(
ConfDirectoryPath
):
759
ConfDirectoryPath
= mws.join(self.WorkspaceDir,
ConfDirectoryPath
)
762
ConfDirectoryPath
= mws.join(self.WorkspaceDir, 'Conf')
763
GlobalData.gConfDirectory =
ConfDirectoryPath
764
GlobalData.gDatabasePath = os.path.normpath(os.path.join(
ConfDirectoryPath
, GlobalData.gDatabasePath))
[
all
...]
Completed in 117 milliseconds