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

  /external/python/cpython2/Lib/distutils/
msvc9compiler.py 661 mfinfo = self.manifest_get_embed_info(target_desc, ld_args)
662 if mfinfo is not None:
663 mffilename, mfid = mfinfo
  /external/python/cpython3/Lib/distutils/
msvc9compiler.py 649 mfinfo = self.manifest_get_embed_info(target_desc, ld_args)
650 if mfinfo is not None:
651 mffilename, mfid = mfinfo

Completed in 158 milliseconds