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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvc9compiler.py 680 temp_manifest = os.path.join(
683 ld_args.append('/MANIFESTFILE:' + temp_manifest)
692 temp_manifest = arg.split(":", 1)[1]
704 temp_manifest = self._remove_visual_c_ref(temp_manifest)
705 if temp_manifest is None:
707 return temp_manifest, mfid
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvc9compiler.py 680 temp_manifest = os.path.join(
683 ld_args.append('/MANIFESTFILE:' + temp_manifest)
692 temp_manifest = arg.split(":", 1)[1]
704 temp_manifest = self._remove_visual_c_ref(temp_manifest)
705 if temp_manifest is None:
707 return temp_manifest, mfid

Completed in 40 milliseconds