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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
PackageFile.py 75 def Unpack(self, ToDest):
77 ToFile = os.path.normpath(os.path.join(ToDest, FileN))
100 # @param ToDest: the destination path
102 def Extract(self, Which, ToDest):
115 CreateDirectory(os.path.dirname(ToDest))
116 if os.path.exists(ToDest) and not os.access(ToDest, os.W_OK):
118 ST.WRN_FILE_NOT_OVERWRITTEN % ToDest)
121 ToFile = __FileHookOpen__(ToDest, 'wb')
124 ExtraData="%s (%s)" % (ToDest, str(Xstr)))
    [all...]
  /art/runtime/gc/space/
image_space.cc 439 uintptr_t ToDest(uintptr_t address) const {
    [all...]

Completed in 85 milliseconds