OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OriPath
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DistributionPackageClass.py
237
OriPath
= os.path.normpath(os.path.dirname(FullPath))
238
UniFilePath = os.path.normpath(os.path.join(PkgRelPath, UniFile.Path[len(
OriPath
) + 1:]))
257
OriPath
= os.path.normpath(os.path.dirname(FullPath))
258
UniFilePath = os.path.normpath(os.path.join(ModulePath, UniFile.Path[len(
OriPath
) + 1:]))
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
Misc.py
189
OriPath
= os.path.normpath(Root)
207
File = File[len(
OriPath
) + 1:]
[
all
...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
Misc.py
620
OriPath
= Root
631
File = File[len(
OriPath
) + 1:]
[
all
...]
Completed in 318 milliseconds