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

  /external/python/cpython2/Lib/distutils/command/
sdist.py 192 template_exists = os.path.isfile(self.template)
193 if not template_exists and self._manifest_is_not_generated():
199 if not template_exists:
208 if template_exists:
  /external/python/cpython3/Lib/distutils/command/
sdist.py 179 template_exists = os.path.isfile(self.template)
180 if not template_exists and self._manifest_is_not_generated():
186 if not template_exists:
195 if template_exists:
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
sdist.py 192 template_exists = os.path.isfile(self.template)
193 if not template_exists and self._manifest_is_not_generated():
199 if not template_exists:
208 if template_exists:
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
sdist.py 192 template_exists = os.path.isfile(self.template)
193 if not template_exists and self._manifest_is_not_generated():
199 if not template_exists:
208 if template_exists:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 192 template_exists = os.path.isfile(self.template)
193 if not template_exists and self._manifest_is_not_generated():
199 if not template_exists:
208 if template_exists:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 192 template_exists = os.path.isfile(self.template)
193 if not template_exists and self._manifest_is_not_generated():
199 if not template_exists:
208 if template_exists:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
sdist.py 192 template_exists = os.path.isfile(self.template)
193 if not template_exists:
202 if template_exists:

Completed in 1339 milliseconds