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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
spawn.py 102 _cfg_target_split = None variable
111 global _cfg_target, _cfg_target_split
116 _cfg_target_split = [int(x) for x in _cfg_target.split('.')]
122 if _cfg_target_split > [int(x) for x in cur_target.split('.')]:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
spawn.py 102 _cfg_target_split = None variable
111 global _cfg_target, _cfg_target_split
116 _cfg_target_split = [int(x) for x in _cfg_target.split('.')]
122 if _cfg_target_split > [int(x) for x in cur_target.split('.')]:

Completed in 738 milliseconds