OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CombinePath
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
CommonObject.py
398
self.
CombinePath
= ''
443
def SetCombinePath(self,
CombinePath
):
444
self.
CombinePath
=
CombinePath
447
return self.
CombinePath
/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
CommonClass.py
149
self.
CombinePath
= ''
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
InfPomAlignment.py
71
self.
CombinePath
= ''
154
#
CombinePath
and ModulePath
156
CombinePath
= GetRelativePath(self.FullPath, self.WorkSpace)
157
self.SetCombinePath(
CombinePath
)
158
ModulePath = os.path.split(
CombinePath
)[0]
[
all
...]
Completed in 377 milliseconds