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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvc9compiler.py 719 manifest_f = open(manifest_file)
721 manifest_buf = manifest_f.read()
723 manifest_f.close()
739 manifest_f = open(manifest_file, 'w')
741 manifest_f.write(manifest_buf)
744 manifest_f.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvc9compiler.py 719 manifest_f = open(manifest_file)
721 manifest_buf = manifest_f.read()
723 manifest_f.close()
739 manifest_f = open(manifest_file, 'w')
741 manifest_f.write(manifest_buf)
744 manifest_f.close()

Completed in 25 milliseconds