Home
last modified time | relevance | path

Searched refs:cur_version (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/distutils/command/
Dbdist_wininst.py333 cur_version = get_python_version()
334 if self.target_version and self.target_version != cur_version:
338 if self.target_version > cur_version:
/external/python/cpython3/Lib/distutils/command/
Dbdist_wininst.py327 cur_version = get_python_version()
332 if self.target_version and self.target_version < cur_version:
/external/f2fs-tools/fsck/
Dmount.c1103 unsigned long long cur_version = 0, pre_version = 0; in validate_checkpoint() local
1123 cur_version = get_cp(checkpoint_ver); in validate_checkpoint()
1125 if (cur_version == pre_version) { in validate_checkpoint()
1126 *version = cur_version; in validate_checkpoint()