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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
setuptools_build_ext.py 210 stub_file = os.path.join(output_dir, *ext._full_name.split('.'))+'.py'
211 if compile and os.path.exists(stub_file):
212 raise DistutilsError(stub_file+" already exists! Please delete.")
214 f = open(stub_file,'w')
239 byte_compile([stub_file], optimize=0,
243 byte_compile([stub_file], optimize=optimize,
245 if os.path.exists(stub_file) and not self.dry_run:
246 os.unlink(stub_file)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
setuptools_build_ext.py 210 stub_file = os.path.join(output_dir, *ext._full_name.split('.'))+'.py'
211 if compile and os.path.exists(stub_file):
212 raise DistutilsError(stub_file+" already exists! Please delete.")
214 f = open(stub_file,'w')
239 byte_compile([stub_file], optimize=0,
243 byte_compile([stub_file], optimize=optimize,
245 if os.path.exists(stub_file) and not self.dry_run:
246 os.unlink(stub_file)

Completed in 143 milliseconds