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

  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
bdist_wininst.py 333 cur_version = get_python_version()
334 if self.target_version and self.target_version != cur_version:
338 if self.target_version > cur_version:
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
bdist_wininst.py 333 cur_version = get_python_version()
334 if self.target_version and self.target_version != cur_version:
338 if self.target_version > cur_version:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_wininst.py 333 cur_version = get_python_version()
334 if self.target_version and self.target_version != cur_version:
338 if self.target_version > cur_version:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_wininst.py 333 cur_version = get_python_version()
334 if self.target_version and self.target_version != cur_version:
338 if self.target_version > cur_version:
  /external/f2fs-tools/fsck/
mount.c 321 unsigned long long cur_version = 0, pre_version = 0; local
357 cur_version = le64_to_cpu(cp_block->checkpoint_ver);
359 if (cur_version == pre_version) {
360 *version = cur_version;
    [all...]

Completed in 174 milliseconds