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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mailbox.py 315 dominant_subpath = temp_subpath
318 dominant_subpath = old_subpath
319 subdir = os.path.dirname(dominant_subpath)
320 if self.colon in dominant_subpath:
321 suffix = self.colon + dominant_subpath.split(self.colon)[-1]
    [all...]
  /external/python/cpython2/Lib/
mailbox.py 330 dominant_subpath = temp_subpath
333 dominant_subpath = old_subpath
334 subdir = os.path.dirname(dominant_subpath)
335 if self.colon in dominant_subpath:
336 suffix = self.colon + dominant_subpath.split(self.colon)[-1]
    [all...]
  /external/python/cpython3/Lib/
mailbox.py 350 dominant_subpath = temp_subpath
353 dominant_subpath = old_subpath
354 subdir = os.path.dirname(dominant_subpath)
355 if self.colon in dominant_subpath:
356 suffix = self.colon + dominant_subpath.split(self.colon)[-1]
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mailbox.py 328 dominant_subpath = temp_subpath
331 dominant_subpath = old_subpath
332 subdir = os.path.dirname(dominant_subpath)
333 if self.colon in dominant_subpath:
334 suffix = self.colon + dominant_subpath.split(self.colon)[-1]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mailbox.py 328 dominant_subpath = temp_subpath
331 dominant_subpath = old_subpath
332 subdir = os.path.dirname(dominant_subpath)
333 if self.colon in dominant_subpath:
334 suffix = self.colon + dominant_subpath.split(self.colon)[-1]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 328 dominant_subpath = temp_subpath
331 dominant_subpath = old_subpath
332 subdir = os.path.dirname(dominant_subpath)
333 if self.colon in dominant_subpath:
334 suffix = self.colon + dominant_subpath.split(self.colon)[-1]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 328 dominant_subpath = temp_subpath
331 dominant_subpath = old_subpath
332 subdir = os.path.dirname(dominant_subpath)
333 if self.colon in dominant_subpath:
334 suffix = self.colon + dominant_subpath.split(self.colon)[-1]
    [all...]

Completed in 464 milliseconds